public class VAliasNode extends Node
Constructor and Description |
---|
VAliasNode(ISourcePosition position,
String newName,
String oldName) |
Modifier and Type | Method and Description |
---|---|
Object |
accept(NodeVisitor iVisitor)
Accept for the visitor pattern.
|
List<Node> |
childNodes() |
String |
getNewName()
Gets the newName.
|
NodeType |
getNodeType() |
String |
getOldName()
Gets the oldName.
|
IRubyObject |
interpret(Ruby runtime,
ThreadContext context,
IRubyObject self,
Block aBlock) |
assign, createList, createList, createList, createList, definition, getNodeName, getPosition, isNil, setPosition, toString
public VAliasNode(ISourcePosition position, String newName, String oldName)
public NodeType getNodeType()
getNodeType
in class Node
public Object accept(NodeVisitor iVisitor)
public String getNewName()
public String getOldName()
public List<Node> childNodes()
childNodes
in class Node
public IRubyObject interpret(Ruby runtime, ThreadContext context, IRubyObject self, Block aBlock)
Copyright © 2001-2016 JRuby. All Rights Reserved.