Uses of Class
org.eclipse.ocl.examples.debug.vm.data.VMStackFrameData

Packages that use VMStackFrameData
org.eclipse.ocl.examples.debug.evaluator   
org.eclipse.ocl.examples.debug.vm   
org.eclipse.ocl.examples.debug.vm.core   
org.eclipse.ocl.examples.debug.vm.event   
org.eclipse.ocl.examples.debug.vm.response   
 

Uses of VMStackFrameData in org.eclipse.ocl.examples.debug.evaluator
 

Methods in org.eclipse.ocl.examples.debug.evaluator that return VMStackFrameData
static VMStackFrameData[] OCLVMVirtualMachine.createStackFrame(java.util.List<UnitLocation> stack)
           
 VMStackFrameData OCLVMVirtualMachine.createStackFrame(UnitLocation location)
           
 

Uses of VMStackFrameData in org.eclipse.ocl.examples.debug.vm
 

Methods in org.eclipse.ocl.examples.debug.vm that return VMStackFrameData
 VMStackFrameData VMVirtualMachine.createStackFrame(long frameID, java.util.List<UnitLocation> stack)
           
protected abstract  VMStackFrameData VMVirtualMachine.createStackFrame(UnitLocation location)
           
 

Uses of VMStackFrameData in org.eclipse.ocl.examples.debug.vm.core
 

Methods in org.eclipse.ocl.examples.debug.vm.core with parameters of type VMStackFrameData
protected  void VMStackFrame.setLocation(VMStackFrameData frame)
           
 

Constructors in org.eclipse.ocl.examples.debug.vm.core with parameters of type VMStackFrameData
VMStackFrame(VMThread thread, VMStackFrameData frame)
           
 

Uses of VMStackFrameData in org.eclipse.ocl.examples.debug.vm.event
 

Fields in org.eclipse.ocl.examples.debug.vm.event declared as VMStackFrameData
 VMStackFrameData[] VMSuspendEvent.stackFrames
           
 

Constructors in org.eclipse.ocl.examples.debug.vm.event with parameters of type VMStackFrameData
VMSuspendEvent(VMStackFrameData[] stack, VMSuspension suspension)
           
 

Uses of VMStackFrameData in org.eclipse.ocl.examples.debug.vm.response
 

Fields in org.eclipse.ocl.examples.debug.vm.response declared as VMStackFrameData
 VMStackFrameData[] VMStackFrameResponse.frames
           
 

Methods in org.eclipse.ocl.examples.debug.vm.response that return VMStackFrameData
 VMStackFrameData VMStackFrameResponse.getFrame()
           
 

Constructors in org.eclipse.ocl.examples.debug.vm.response with parameters of type VMStackFrameData
VMStackFrameResponse(VMStackFrameData frame)
           
VMStackFrameResponse(VMStackFrameData[] frames)