public class VAliasNode extends Node
containsVariableAssignment, newline| Constructor and Description |
|---|
VAliasNode(ISourcePosition position,
RubySymbol newName,
RubySymbol oldName) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(NodeVisitor<T> iVisitor)
Accept for the visitor pattern.
|
java.util.List<Node> |
childNodes() |
RubySymbol |
getNewName()
Gets the newName.
|
NodeType |
getNodeType() |
RubySymbol |
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, RubySymbol newName, RubySymbol oldName)
public NodeType getNodeType()
getNodeType in class Nodepublic <T> T accept(NodeVisitor<T> iVisitor)
public RubySymbol getNewName()
public RubySymbol getOldName()
public java.util.List<Node> childNodes()
childNodes in class NodeCopyright © 2001-2018 JRuby. All Rights Reserved.