Uses of Class
org.eclipse.m2m.qvt.oml.debug.core.vm.VMStackFrame

Packages that use VMStackFrame
org.eclipse.m2m.qvt.oml.debug.core   
org.eclipse.m2m.qvt.oml.debug.core.vm   
org.eclipse.m2m.qvt.oml.debug.core.vm.protocol   
 

Uses of VMStackFrame in org.eclipse.m2m.qvt.oml.debug.core
 

Methods in org.eclipse.m2m.qvt.oml.debug.core with parameters of type VMStackFrame
protected  void QVTOStackFrame.setLocation(VMStackFrame frame)
           
 

Constructors in org.eclipse.m2m.qvt.oml.debug.core with parameters of type VMStackFrame
QVTOStackFrame(QVTOThread thread, VMStackFrame frame)
           
 

Uses of VMStackFrame in org.eclipse.m2m.qvt.oml.debug.core.vm
 

Methods in org.eclipse.m2m.qvt.oml.debug.core.vm that return VMStackFrame
static VMStackFrame VMStackFrame.create(UnitLocation location)
           
static VMStackFrame VMStackFrame.create(UnitLocation location, boolean includeVars)
           
static VMStackFrame VMStackFrame.createFrame(long frameID, java.util.List<UnitLocation> stack)
           
 

Uses of VMStackFrame in org.eclipse.m2m.qvt.oml.debug.core.vm.protocol
 

Fields in org.eclipse.m2m.qvt.oml.debug.core.vm.protocol declared as VMStackFrame
 VMStackFrame[] VMStackFrameResponse.frames
           
 VMStackFrame[] VMSuspendEvent.stackFrames
           
 

Methods in org.eclipse.m2m.qvt.oml.debug.core.vm.protocol that return VMStackFrame
 VMStackFrame VMStackFrameResponse.getFrame()
           
 

Constructors in org.eclipse.m2m.qvt.oml.debug.core.vm.protocol with parameters of type VMStackFrame
VMStackFrameResponse(VMStackFrame frame)
           
VMStackFrameResponse(VMStackFrame[] frames)
           
VMSuspendEvent(VMStackFrame[] stack, int detail)
           
 


Copyright 2008 Borland Software Corporation and others.
All Rights Reserved.