Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.eclipse.jdi.internal.request
Class ModificationWatchpointRequestImpl  view ModificationWatchpointRequestImpl download ModificationWatchpointRequestImpl.java

java.lang.Object
  extended byorg.eclipse.jdi.internal.MirrorImpl
      extended byorg.eclipse.jdi.internal.request.EventRequestImpl
          extended byorg.eclipse.jdi.internal.request.WatchpointRequestImpl
              extended byorg.eclipse.jdi.internal.request.ModificationWatchpointRequestImpl
All Implemented Interfaces:
com.sun.jdi.request.EventRequest, com.sun.jdi.Mirror, com.sun.jdi.request.ModificationWatchpointRequest, com.sun.jdi.request.WatchpointRequest

public class ModificationWatchpointRequestImpl
extends WatchpointRequestImpl
implements com.sun.jdi.request.ModificationWatchpointRequest

this class implements the corresponding interfaces declared by the JDI specification. See the com.sun.jdi package for more information.


Nested Class Summary
 
Nested classes inherited from class org.eclipse.jdi.internal.request.EventRequestImpl
EventRequestImpl.ExceptionFilter, EventRequestImpl.ThreadStepFilter
 
Field Summary
 
Fields inherited from class org.eclipse.jdi.internal.request.EventRequestImpl
fClassExclusionFilters, fClassFilterRefs, fClassFilters, fCountFilters, fExceptionFilters, fFieldFilters, fInstanceFilters, fLocationFilters, fRequestID, fThreadFilters, fThreadStepFilters, MODIF_KIND_CLASSEXCLUDE, MODIF_KIND_CLASSMATCH, MODIF_KIND_CLASSONLY, MODIF_KIND_CONDITIONAL, MODIF_KIND_COUNT, MODIF_KIND_EXCEPTIONONLY, MODIF_KIND_FIELDONLY, MODIF_KIND_INSTANCE, MODIF_KIND_LOCATIONONLY, MODIF_KIND_STEP, MODIF_KIND_THREADONLY, STEP_DEPTH_INTO_JDWP, STEP_DEPTH_OUT_JDWP, STEP_DEPTH_OVER_JDWP, STEP_DEPTH_REENTER_JDWP_HCR, STEP_SIZE_LINE_JDWP, STEP_SIZE_MIN_JDWP, SUSPENDPOL_ALL_JDWP, SUSPENDPOL_EVENT_THREAD_JDWP, SUSPENDPOL_NONE_JDWP
 
Fields inherited from class org.eclipse.jdi.internal.MirrorImpl
fDescription, fVerboseWriter
 
Fields inherited from interface com.sun.jdi.request.EventRequest
SUSPEND_ALL, SUSPEND_EVENT_THREAD, SUSPEND_NONE
 
Constructor Summary
ModificationWatchpointRequestImpl(org.eclipse.jdi.internal.VirtualMachineImpl vmImpl)
          Creates new ModificationWatchpointRequest.
 
Method Summary
protected  byte eventKind()
           
 
Methods inherited from class org.eclipse.jdi.internal.request.WatchpointRequestImpl
field
 
Methods inherited from class org.eclipse.jdi.internal.request.EventRequestImpl
addClassExclusionFilter, addClassFilter, addClassFilter, addCountFilter, addExceptionFilter, addFieldFilter, addInstanceFilter, addLocationFilter, addStepFilter, addThreadFilter, checkDisabled, clearAllBreakpoints, disable, enable, getConstantMaps, getProperty, isEnabled, isGeneratedInside, modifierCount, modifierKindMap, putProperty, requestID, setEnabled, setGeneratedInside, setSuspendPolicy, stepDepthMap, stepSizeMap, suspendPolicy, suspendPolicyJDWP, suspendPolicyMap, threadStepDepthJDWP, threadStepSizeJDWP, toString, writeModifiers
 
Methods inherited from class org.eclipse.jdi.internal.MirrorImpl
checkVM, defaultIOExceptionHandler, defaultReplyErrorHandler, disconnectVM, getCommandVM, handledJdwpEventSet, handledJdwpRequest, initJdwpEventSet, initJdwpRequest, readBoolean, readByte, readByte, readByte, readByteArray, readChar, readDouble, readFloat, readInt, readInt, readInt, readLong, readShort, readShort, readShort, readString, requestVM, requestVM, requestVM, requestVM, requestVM, verboseWriter, virtualMachine, virtualMachineImpl, writeBoolean, writeByte, writeByte, writeByte, writeChar, writeDouble, writeFloat, writeInt, writeInt, writeInt, writeLong, writeShort, writeShort, writeShort, writeString, writeVerboseCommandPacketHeader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.sun.jdi.request.WatchpointRequest
addClassExclusionFilter, addClassFilter, addClassFilter, addInstanceFilter, addThreadFilter, field
 
Methods inherited from interface com.sun.jdi.request.EventRequest
addCountFilter, disable, enable, getProperty, isEnabled, putProperty, setEnabled, setSuspendPolicy, suspendPolicy
 
Methods inherited from interface com.sun.jdi.Mirror
toString, virtualMachine
 

Constructor Detail

ModificationWatchpointRequestImpl

public ModificationWatchpointRequestImpl(org.eclipse.jdi.internal.VirtualMachineImpl vmImpl)
Creates new ModificationWatchpointRequest.

Method Detail

eventKind

protected final byte eventKind()
Specified by:
eventKind in class EventRequestImpl