public class ArgumentNode extends Node implements INameNode
containsVariableAssignment, newline
Constructor and Description |
---|
ArgumentNode(ISourcePosition position,
java.lang.String identifier) |
ArgumentNode(ISourcePosition position,
java.lang.String 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
|
java.lang.String |
getName() |
NodeType |
getNodeType() |
void |
setName(java.lang.String name) |
containsVariableAssignment, createList, createList, createList, createList, findFirstChild, getFile, getLine, getNodeName, getPosition, isNewline, isNil, needsDefinitionCheck, setNewline, setPosition, toString, toString, toStringInternal
public ArgumentNode(ISourcePosition position, java.lang.String identifier)
public ArgumentNode(ISourcePosition position, java.lang.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(java.lang.String name)
public java.util.List<Node> childNodes()
childNodes
in class Node
Copyright © 2001-2017 JRuby. All Rights Reserved.