|
||||||||||
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
|
Constructor Summary | |
---|---|
RestArgNode(ISourcePosition position,
java.lang.String name,
int index)
|
Method Summary | |
---|---|
java.lang.Object |
accept(NodeVisitor iVisitor)
|
int |
getIndex()
|
NodeType |
getNodeType()
|
Methods inherited from class org.jruby.ast.ArgumentNode |
---|
childNodes, getName, setName |
Methods inherited from class org.jruby.ast.Node |
---|
assign, createList, definition, getNodeName, getPosition, interpret, isInvisible, setPosition, toString |
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 NodeType getNodeType()
getNodeType
in class ArgumentNode
public java.lang.Object accept(NodeVisitor iVisitor)
accept
in class ArgumentNode
public int getIndex()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |