public class LocalAsgnNode extends AssignableNode implements INameNode, IScopedNode
containsVariableAssignment, newline| Constructor and Description | 
|---|
| LocalAsgnNode(ISourcePosition position,
             String name,
             int location,
             Node valueNode) | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> T | accept(NodeVisitor<T> iVisitor)Accept for the visitor pattern. | 
| 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()Name of the local assignment. | 
| NodeType | getNodeType() | 
| boolean | needsDefinitionCheck()Check whether the given node is considered always "defined" or whether it
 has some form of definition check. | 
| void | setName(String name)Change the name of this local assignment (for refactoring) | 
getValueNode, setValueNodecontainsVariableAssignment, createList, createList, createList, createList, findFirstChild, getLine, getNodeName, getPosition, isNewline, isNil, setNewline, setPosition, toString, toStringpublic LocalAsgnNode(ISourcePosition position, String name, int location, Node valueNode)
public NodeType getNodeType()
getNodeType in class Nodepublic <T> T accept(NodeVisitor<T> iVisitor)
public String getName()
public void setName(String name)
name - public int getDepth()
getDepth in interface IScopedNodepublic int getIndex()
getIndex in interface IScopedNodepublic List<Node> childNodes()
childNodes in class Nodepublic boolean needsDefinitionCheck()
NodeneedsDefinitionCheck in class NodeCopyright © 2001-2015 JRuby. All Rights Reserved.