lejos.nxt
Class VM.VMStackFrame

java.lang.Object
  extended by lejos.nxt.VM.VMClone
      extended by lejos.nxt.VM.VMStackFrame
Enclosing class:
VM

public final class VM.VMStackFrame
extends VM.VMClone


Field Summary
 int localsBase
           
 int methodRecord
           
 Object monitor
           
 int pc
           
 int stackTop
           
 
Method Summary
 VM.VMMethod getVMMethod()
           
 
Methods inherited from class lejos.nxt.VM.VMClone
update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

methodRecord

public int methodRecord

monitor

public Object monitor

localsBase

public int localsBase

stackTop

public int stackTop

pc

public int pc
Method Detail

getVMMethod

public VM.VMMethod getVMMethod()