lejos.nxt
Class VM.VMMethods

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

public final class VM.VMMethods
extends VM.VMItems<VM.VMMethod>

Provide access to a series of method records


Method Summary
 VM.VMMethod get(int item)
          Return access to a specific method.
 
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.VMMethod get(int item)
Return access to a specific method.

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