org.eclipse.ocl.examples.debug.vm.response
Class VMStackFrameResponse

java.lang.Object
  extended by org.eclipse.ocl.examples.debug.vm.response.VMResponse
      extended by org.eclipse.ocl.examples.debug.vm.response.VMStackFrameResponse
All Implemented Interfaces:
java.io.Serializable

public class VMStackFrameResponse
extends VMResponse

See Also:
Serialized Form

Field Summary
 VMStackFrameData[] frames
           
 boolean isDeferredExecution
           
 VMVariableData[] variables
           
 
Fields inherited from class org.eclipse.ocl.examples.debug.vm.response.VMResponse
status, STATUS_ERROR, STATUS_OK
 
Constructor Summary
VMStackFrameResponse(VMStackFrameData frame)
           
VMStackFrameResponse(VMStackFrameData[] frames)
           
VMStackFrameResponse(VMVariableData[] variables)
           
 
Method Summary
 VMStackFrameData getFrame()
           
 boolean isDeferredExecution()
           
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.ocl.examples.debug.vm.response.VMResponse
createERROR, createOK, isOK, toStatusString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

frames

@Nullable
public final VMStackFrameData[] frames

variables

@Nullable
public final VMVariableData[] variables

isDeferredExecution

public boolean isDeferredExecution
Constructor Detail

VMStackFrameResponse

public VMStackFrameResponse(@NonNull
                            VMStackFrameData frame)

VMStackFrameResponse

public VMStackFrameResponse(@NonNull
                            VMStackFrameData[] frames)

VMStackFrameResponse

public VMStackFrameResponse(@NonNull
                            VMVariableData[] variables)
Method Detail

getFrame

@Nullable
public VMStackFrameData getFrame()

isDeferredExecution

public boolean isDeferredExecution()

toString

public java.lang.String toString()
Overrides:
toString in class VMResponse