jsint
Class DynamicVariable
java.lang.Object
jsint.DynamicVariable
- All Implemented Interfaces:
- java.io.Serializable
public class DynamicVariable
- extends java.lang.Object
- implements java.io.Serializable
A DynamicVariable represents a global value in a particular
environment.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DynamicVariable
public DynamicVariable(Symbol name)
isDefined
public boolean isDefined()
getDynamicValue
public java.lang.Object getDynamicValue()
setDynamicValue
public java.lang.Object setDynamicValue(java.lang.Object newval)
toString
public java.lang.String toString()
- Look like a symbol so (describe) can show procedures easily
- Overrides:
toString
in class java.lang.Object