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, getNodeName, getPosition, isNil, needsDefinitionCheck, setPosition, toString, toString
public AliasNode(ISourcePosition position, Node newName, Node oldName)
public NodeType getNodeType()
getNodeType
in class Node
public <T> T accept(NodeVisitor<T> iVisitor)
public Node getNewName()
alias newName oldName
public Node getOldName()
alias newName oldName
public List<Node> childNodes()
childNodes
in class Node
Copyright © 2001-2015 JRuby. All Rights Reserved.