org.eclipse.m2m.qvt.oml.debug.core.vm.protocol
Class VMStackFrameResponse
java.lang.Object
org.eclipse.m2m.qvt.oml.debug.core.vm.protocol.VMResponse
org.eclipse.m2m.qvt.oml.debug.core.vm.protocol.VMStackFrameResponse
- All Implemented Interfaces:
- java.io.Serializable
public class VMStackFrameResponse
- extends VMResponse
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
frames
public final VMStackFrame[] frames
variables
public final VMVariable[] variables
isDeferredExecution
public boolean isDeferredExecution
VMStackFrameResponse
public VMStackFrameResponse(VMStackFrame frame)
VMStackFrameResponse
public VMStackFrameResponse(VMStackFrame[] frames)
VMStackFrameResponse
public VMStackFrameResponse(VMVariable[] variables)
isDeferredExecution
public boolean isDeferredExecution()
getFrame
public VMStackFrame getFrame()