public class RestArgNode extends ArgumentNode implements INameNode
containsVariableAssignment, newline| Constructor and Description |
|---|
RestArgNode(ArgumentNode argNode) |
RestArgNode(int line,
RubySymbol name,
int index) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(NodeVisitor<T> iVisitor) |
NodeType |
getNodeType() |
boolean |
isAnonymous() |
childNodes, getDepth, getIndex, getNamecontainsVariableAssignment, createList, createList, createList, createList, executesOnce, findFirstChild, getFile, getLine, getNodeName, isNewline, isNil, needsDefinitionCheck, setLine, setNewline, toString, toString, toStringExtraInfo, toStringInternal, unsetNewlinepublic RestArgNode(int line,
RubySymbol name,
int index)
public RestArgNode(ArgumentNode argNode)
public boolean isAnonymous()
public NodeType getNodeType()
getNodeType in class ArgumentNodepublic <T> T accept(NodeVisitor<T> iVisitor)
accept in class ArgumentNodeCopyright © 2001-2022 JRuby. All Rights Reserved.