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