lejos.nxt
Class VM.VMValue

java.lang.Object
  extended by 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.


Field Summary
 int type
           
 Object value
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public final int type

value

public final Object value