public class VAliasNode extends Node
containsVariableAssignment, newline| Constructor and Description |
|---|
VAliasNode(int line,
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, executesOnce, findFirstChild, getFile, getLine, getNodeName, isNewline, isNil, needsDefinitionCheck, setLine, setNewline, toString, toString, toStringExtraInfo, toStringInternal, unsetNewlinepublic VAliasNode(int line,
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-2022 JRuby. All Rights Reserved.