public class KeywordRestArgNode extends ArgumentNode
containsVariableAssignment, newline| Constructor and Description |
|---|
KeywordRestArgNode(int line,
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, isNewline, isNil, needsDefinitionCheck, setLine, setNewline, toString, toString, toStringExtraInfo, toStringInternal, unsetNewlinepublic KeywordRestArgNode(int line,
RubySymbol name,
int index)
public <T> T accept(NodeVisitor<T> visitor)
accept in class ArgumentNodepublic NodeType getNodeType()
getNodeType in class ArgumentNodeCopyright © 2001-2022 JRuby. All Rights Reserved.