|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jruby.ast.Node
org.jruby.ast.ArgumentNode
org.jruby.ast.RestArgNode
public class RestArgNode
| Field Summary | |
|---|---|
protected int |
index
|
| Fields inherited from class org.jruby.ast.Node |
|---|
EMPTY_COMMENT_LIST, INVALID_POSITION, nodeId |
| Constructor Summary | |
|---|---|
RestArgNode(ISourcePosition position,
java.lang.String name,
int index)
|
|
| Method Summary | |
|---|---|
Instruction |
accept(NodeVisitor iVisitor)
|
int |
getIndex()
|
| Methods inherited from class org.jruby.ast.ArgumentNode |
|---|
childNodes, getName, setName |
| Methods inherited from class org.jruby.ast.Node |
|---|
addComment, addComments, assign, createList, definition, getComments, getNodeName, getPosition, getPositionIncludingComments, hasComments, interpret, isInvisible, setPosition, toString, when |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jruby.ast.types.INameNode |
|---|
getName |
| Field Detail |
|---|
protected int index
| Constructor Detail |
|---|
public RestArgNode(ISourcePosition position,
java.lang.String name,
int index)
| Method Detail |
|---|
public Instruction accept(NodeVisitor iVisitor)
accept in class ArgumentNodepublic int getIndex()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||