lejos.nxt
Class VM.VMValue
java.lang.Object
lejos.nxt.VM.VMValue
- Enclosing class:
- VM
public static class VM.VMValue
- extends Object
Class that represents a value within the VM. The type field indicates the
basic type of the value. The value object is used to return the actual
contents. For primitive types we return a boxed type, for objects we
simply return the object.
value.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
public final int type
value
public final Object value