|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jde.debugger.spec.EventRequestSpec | +--jde.debugger.spec.WatchpointSpec | +--jde.debugger.spec.ModificationWatchpointSpec
ModificationWatchpointSpec.java
Created: Tue Aug 3 15:42:41 1999
Fields inherited from class jde.debugger.spec.WatchpointSpec |
fieldName,
objectID,
objectIDKey |
Fields inherited from class jde.debugger.spec.EventRequestSpec |
app,
classExFilters,
classFilters,
expr,
expressionKey,
isResolved,
myID,
refSpec,
request,
specPropertyKey,
suspendPolicy,
thread,
threadKey |
Constructor Summary | |
ModificationWatchpointSpec(Application app,
ReferenceTypeSpec refSpec,
java.lang.String fieldName)
|
Method Summary | |
(package private) boolean |
resolve(com.sun.jdi.ReferenceType refType)
This function is called to resolve an EventRequestSpec when
the ReferenceType is known to match
|
Methods inherited from class jde.debugger.spec.WatchpointSpec |
setObjectID,
setRequest |
Methods inherited from class jde.debugger.spec.EventRequestSpec |
attemptImmediateResolve,
attemptResolve,
getEventRequest,
getID,
installClassExFilters,
installClassFilters,
isJavaIdentifier,
isResolved,
setClassExFilters,
setClassFilters,
setExpression,
setIsResolved,
setSuspendPolicy,
setThread |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public ModificationWatchpointSpec(Application app, ReferenceTypeSpec refSpec, java.lang.String fieldName)
Method Detail |
boolean resolve(com.sun.jdi.ReferenceType refType) throws JDEException
EventRequestSpec
when
the ReferenceType is known to match
if any errors occur at any time during resolution of the event-
requestspec, it's entry in the EventRequestSpecList
is
removed, and jde
informed about it (through
Application.removeSpecAndInformJDE(jde.debugger.spec.EventRequestSpec, java.lang.String)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |