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

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

public class VMVariableResponse
extends VMResponse

See Also:
Serialized Form

Field Summary
 VMVariableData[] childVariables
           
 VMVariableData variable
           
 
Fields inherited from class org.eclipse.ocl.examples.debug.vm.response.VMResponse
status, STATUS_ERROR, STATUS_OK
 
Constructor Summary
VMVariableResponse(VMVariableData variable)
           
VMVariableResponse(VMVariableData variable, VMVariableData[] childVariables)
           
 
Method Summary
 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

variable

@NonNull
public final VMVariableData variable

childVariables

@Nullable
public final VMVariableData[] childVariables
Constructor Detail

VMVariableResponse

public VMVariableResponse(@NonNull
                          VMVariableData variable,
                          @Nullable
                          VMVariableData[] childVariables)

VMVariableResponse

public VMVariableResponse(@NonNull
                          VMVariableData variable)
Method Detail

toString

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