public class KeywordRestArgNode extends ArgumentNode
containsVariableAssignment, newline| Constructor and Description |
|---|
KeywordRestArgNode(ISourcePosition position,
RubySymbol name,
int index) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(NodeVisitor<T> visitor) |
NodeType |
getNodeType() |
childNodes, getDepth, getIndex, getNamecontainsVariableAssignment, createList, createList, createList, createList, executesOnce, findFirstChild, getFile, getLine, getNodeName, getPosition, isNewline, isNil, needsDefinitionCheck, setNewline, setPosition, toString, toString, toStringInternalpublic KeywordRestArgNode(ISourcePosition position, RubySymbol name, int index)
public <T> T accept(NodeVisitor<T> visitor)
accept in class ArgumentNodepublic NodeType getNodeType()
getNodeType in class ArgumentNodeCopyright © 2001-2019 JRuby. All Rights Reserved.