lejos.nxt
Class VM.VMConstants

java.lang.Object
  extended by lejos.nxt.VM.VMItems<VM.VMValue>
      extended by lejos.nxt.VM.VMConstants
All Implemented Interfaces:
Iterable<VM.VMValue>
Enclosing class:
VM

public final class VM.VMConstants
extends VM.VMItems<VM.VMValue>

This class allows access to all of the constant values.


Method Summary
 VM.VMValue get(int item)
          Return a VMValue object for the specified constant table entry.
 
Methods inherited from class lejos.nxt.VM.VMItems
iterator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public VM.VMValue get(int item)
Return a VMValue object for the specified constant table entry.

Specified by:
get in class VM.VMItems<VM.VMValue>
Parameters:
item -
Returns:
VMValue object for the constant.