lejos.nxt
Class VM.VMStaticFields

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

public static final class VM.VMStaticFields
extends VM.VMItems<VM.VMValue>

This class can be used to gain access to all of the static fields.


Method Summary
 VM.VMValue get(int item)
          Return a VMValue object for the specified static field number
 
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 static field number

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