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