|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jrubyparser.ast.Node
org.jrubyparser.ast.ArgumentNode
org.jrubyparser.ast.TypedArgumentNode
public class TypedArgumentNode
| Constructor Summary | |
|---|---|
TypedArgumentNode(SourcePosition position,
String identifier,
Node typeNode)
|
|
| Method Summary | |
|---|---|
Node |
getTypeNode()
|
| Methods inherited from class org.jrubyparser.ast.ArgumentNode |
|---|
accept, getDeclaration, getDefinedScope, getDepth, getIndex, getLexicalName, getLexicalNamePosition, getName, getNamePosition, getNodeType, getOccurrences, isNameMatch, isSame, setName |
| Methods inherited from class org.jrubyparser.ast.Node |
|---|
adopt, adopt, adoptUsingNodesPosition, childNodes, comparePositionWith, createList, getClosestIScope, getClosestModule, getGrandParent, getInlineComment, getInnermostIter, getMethodFor, getNodeAt, getNodeName, getOutermostIter, getParent, getPosition, getPositionIncludingComments, getPreviousComments, insertAfter, insertAll, insertBefore, insertNode, isBlockParameter, isDescendentOf, isLeaf, isMethodParameter, setParent, setPosition, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TypedArgumentNode(SourcePosition position,
String identifier,
Node typeNode)
| Method Detail |
|---|
public Node getTypeNode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||