org.eclipse.ocl.examples.debug.vm.request
Class VMStackFrameRequest

java.lang.Object
  extended by org.eclipse.ocl.examples.debug.vm.request.VMRequest
      extended by org.eclipse.ocl.examples.debug.vm.request.VMStackFrameRequest
All Implemented Interfaces:
java.io.Serializable

public class VMStackFrameRequest
extends VMRequest
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 long frameID
           
 java.lang.String variableURI
           
 
Constructor Summary
VMStackFrameRequest(long frameID)
           
VMStackFrameRequest(long frameID, java.lang.String variableURI)
           
 
Method Summary
 boolean rootVariablesRequest()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

frameID

public final long frameID

variableURI

@Nullable
public final java.lang.String variableURI
Constructor Detail

VMStackFrameRequest

public VMStackFrameRequest(long frameID)

VMStackFrameRequest

public VMStackFrameRequest(long frameID,
                           @Nullable
                           java.lang.String variableURI)
Method Detail

rootVariablesRequest

public boolean rootVariablesRequest()

toString

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