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