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