public class ArgumentNode extends Node implements INameNode
containsVariableAssignment, newline| Constructor and Description |
|---|
ArgumentNode(ISourcePosition position,
RubySymbol identifier,
int location) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(NodeVisitor<T> visitor) |
java.util.List<Node> |
childNodes() |
int |
getDepth()
How many scopes should we burrow down to until we need to set the block variable value.
|
int |
getIndex()
Gets the index within the scope construct that actually holds the eval'd value
of this local variable
|
RubySymbol |
getName() |
NodeType |
getNodeType() |
containsVariableAssignment, createList, createList, createList, createList, findFirstChild, getFile, getLine, getNodeName, getPosition, isNewline, isNil, needsDefinitionCheck, setNewline, setPosition, toString, toString, toStringInternalpublic ArgumentNode(ISourcePosition position, RubySymbol identifier, int location)
public NodeType getNodeType()
getNodeType in class Nodepublic <T> T accept(NodeVisitor<T> visitor)
public int getDepth()
public int getIndex()
public RubySymbol getName()
public java.util.List<Node> childNodes()
childNodes in class NodeCopyright © 2001-2018 JRuby. All Rights Reserved.