ix.iscript
Class VarRef

java.lang.Object
  extended by ix.iscript.Expression
      extended by ix.iscript.VarRef
All Implemented Interfaces:
java.io.Serializable

public class VarRef
extends Expression

See Also:
Serialized Form

Field Summary
protected  Name name
           
 
Fields inherited from class ix.iscript.Expression
outputter
 
Constructor Summary
VarRef()
           
 
Method Summary
 Name getName()
           
 void setName(Name name)
           
 
Methods inherited from class ix.iscript.Expression
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected Name name
Constructor Detail

VarRef

public VarRef()
Method Detail

getName

public Name getName()

setName

public void setName(Name name)