org.jruby.ast
Class VAliasNode
java.lang.Object
org.jruby.ast.AbstractNode
org.jruby.ast.VAliasNode
- All Implemented Interfaces:
- INode, java.io.Serializable
- public class VAliasNode
- extends AbstractNode
Represents an alias of a global variable.
- Version:
- $Revision: 1.4 $
- Author:
- jpetersen
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VAliasNode
public VAliasNode(ISourcePosition position,
java.lang.String newName,
java.lang.String oldName)
accept
public void accept(INodeVisitor iVisitor)
- Accept for the visitor pattern.
- Parameters:
iVisitor
- the visitor
getNewName
public java.lang.String getNewName()
- Gets the newName.
- Returns:
- Returns a String
getOldName
public java.lang.String getOldName()
- Gets the oldName.
- Returns:
- Returns a String
Copyright © 2002 Jan Arne Petersen. All Rights Reserved.