|
||||||||||
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
org.jruby.ast.UnnamedRestArgNode
public class UnnamedRestArgNode
a bare '*'
Field Summary |
---|
Fields inherited from class org.jruby.ast.RestArgNode |
---|
index |
Fields inherited from class org.jruby.ast.Node |
---|
EMPTY_COMMENT_LIST, INVALID_POSITION, nodeId |
Constructor Summary | |
---|---|
UnnamedRestArgNode(ISourcePosition position,
int index)
|
Method Summary |
---|
Methods inherited from class org.jruby.ast.RestArgNode |
---|
accept, 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 |
Constructor Detail |
---|
public UnnamedRestArgNode(ISourcePosition position, int index)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |