|
||||||||||
| 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.RestArgNode
org.jrubyparser.ast.UnnamedRestArgNode
public class UnnamedRestArgNode
a bare '*'
| Field Summary |
|---|
| Fields inherited from class org.jrubyparser.ast.RestArgNode |
|---|
index |
| Constructor Summary | |
|---|---|
UnnamedRestArgNode(SourcePosition position,
int index)
|
|
UnnamedRestArgNode(SourcePosition position,
String name,
int index)
|
|
| Method Summary |
|---|
| Methods inherited from class org.jrubyparser.ast.RestArgNode |
|---|
accept, getIndex, getNamePosition, getNodeType |
| Methods inherited from class org.jrubyparser.ast.ArgumentNode |
|---|
getDeclaration, getDefinedScope, getDepth, getLexicalName, getLexicalNamePosition, getName, 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 |
| Methods inherited from interface org.jrubyparser.ast.ILocalVariable |
|---|
getDeclaration, getDefinedScope, getOccurrences |
| Methods inherited from interface org.jrubyparser.ast.INameNode |
|---|
getLexicalName, getLexicalNamePosition, getName, setName |
| Methods inherited from interface org.jrubyparser.ast.INameMatchable |
|---|
isNameMatch |
| Constructor Detail |
|---|
public UnnamedRestArgNode(SourcePosition position,
String name,
int index)
public UnnamedRestArgNode(SourcePosition position,
int index)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||