ca.uwaterloo.cs.ql.interp
Class Variable
java.lang.Object
ca.uwaterloo.cs.ql.interp.Variable
public class Variable
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Variable
public Variable(Scope parent,
java.lang.String name)
Variable
public Variable(Scope parent,
java.lang.String name,
Value val)
getScope
public Scope getScope()
getName
public java.lang.String getName()
getType
public java.lang.Class getType()
getValue
public Value getValue()
setValue
public void setValue(Value val)