lejos.nxt
Class VM.VMStackFrames

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

public final class VM.VMStackFrames
extends VM.VMItems<VM.VMStackFrame>


Method Summary
 VM.VMStackFrame get(int item)
           
 
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.VMStackFrame get(int item)
Specified by:
get in class VM.VMItems<VM.VMStackFrame>