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, toString, toStringInternal
public VAliasNode(ISourcePosition position, String newName, String oldName)
public NodeType getNodeType()
getNodeType
in class Node
public <T> T accept(NodeVisitor<T> iVisitor)
public String getNewName()
public String getOldName()
public List<Node> childNodes()
childNodes
in class Node
Copyright © 2001-2016 JRuby. All Rights Reserved.