public class VAliasNode extends Node
containsVariableAssignment, newline| Constructor and Description | 
|---|
VAliasNode(ISourcePosition position,
          String newName,
          String oldName)  | 
| Modifier and Type | Method and Description | 
|---|---|
<T> T | 
accept(NodeVisitor<T> iVisitor)
Accept for the visitor pattern. 
 | 
List<Node> | 
childNodes()  | 
String | 
getNewName()
Gets the newName. 
 | 
NodeType | 
getNodeType()  | 
String | 
getOldName()
Gets the oldName. 
 | 
containsVariableAssignment, createList, createList, createList, createList, findFirstChild, getLine, getNodeName, getPosition, isNewline, isNil, needsDefinitionCheck, setNewline, setPosition, toString, toStringpublic VAliasNode(ISourcePosition position, String newName, String oldName)
public NodeType getNodeType()
getNodeType in class Nodepublic <T> T accept(NodeVisitor<T> iVisitor)
public String getNewName()
public String getOldName()
public List<Node> childNodes()
childNodes in class NodeCopyright © 2001-2015 JRuby. All Rights Reserved.