public class VAliasNode extends Node
containsVariableAssignment| 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, getNodeName, getPosition, isNil, needsDefinitionCheck, 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.