public class ArgumentNode extends Node implements INameNode
Constructor and Description |
---|
ArgumentNode(ISourcePosition position,
String identifier) |
ArgumentNode(ISourcePosition position,
String identifier,
int location) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(NodeVisitor<T> visitor) |
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
|
String |
getName() |
NodeType |
getNodeType() |
void |
setName(String name) |
createList, createList, createList, createList, findFirstChild, getNodeName, getPosition, isNil, needsDefinitionCheck, setPosition, toString, toString
public ArgumentNode(ISourcePosition position, String identifier)
public ArgumentNode(ISourcePosition position, String identifier, int location)
public NodeType getNodeType()
getNodeType
in class Node
public <T> T accept(NodeVisitor<T> visitor)
public int getDepth()
public int getIndex()
public void setName(String name)
public List<Node> childNodes()
childNodes
in class Node
Copyright © 2001-2015 JRuby. All Rights Reserved.