Uses of Class
lejos.nxt.VM.VMMethod

Packages that use VM.VMMethod
lejos.nxt Access to NXT sensors, motors, etc. 
 

Uses of VM.VMMethod in lejos.nxt
 

Methods in lejos.nxt that return VM.VMMethod
 VM.VMMethod VM.VMMethods.get(int item)
          Return access to a specific method.
 VM.VMMethod VM.getMethod(int methodNo)
          Return data about the specified method number
 VM.VMMethod VM.VMStackFrame.getVMMethod()