org.eclipse.ptp.debug.core.model
Interface IPWatchpoint
- All Superinterfaces:
- org.eclipse.core.runtime.IAdaptable, org.eclipse.debug.core.model.IBreakpoint, org.eclipse.debug.core.model.ILineBreakpoint, IPBreakpoint
public interface IPWatchpoint
- extends IPBreakpoint, org.eclipse.debug.core.model.ILineBreakpoint
Represents a watchpoint (expression breakpoint)
|
Field Summary |
static java.lang.String |
EXPRESSION
|
static java.lang.String |
READ
|
static java.lang.String |
WRITE
|
| Fields inherited from interface org.eclipse.debug.core.model.IBreakpoint |
BREAKPOINT_MARKER, ENABLED, ID, LINE_BREAKPOINT_MARKER, PERSISTED, REGISTERED |
| Methods inherited from interface org.eclipse.ptp.debug.core.model.IPBreakpoint |
decrementInstallCount, getCondition, getCurSetId, getIgnoreCount, getJobId, getJobName, getSetId, getSourceHandle, incrementInstallCount, isConditional, isGlobal, isInstalled, resetInstallCount, setCondition, setCurSetId, setIgnoreCount, setJobId, setJobName, setSetId, setSourceHandle, updateMarkerMessage |
| Methods inherited from interface org.eclipse.debug.core.model.ILineBreakpoint |
getCharEnd, getCharStart, getLineNumber |
| Methods inherited from interface org.eclipse.debug.core.model.IBreakpoint |
delete, getMarker, getModelIdentifier, isEnabled, isPersisted, isRegistered, setEnabled, setMarker, setPersisted, setRegistered |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
getAdapter |
EXPRESSION
static final java.lang.String EXPRESSION
- See Also:
- Constant Field Values
READ
static final java.lang.String READ
- See Also:
- Constant Field Values
WRITE
static final java.lang.String WRITE
- See Also:
- Constant Field Values
getExpression
java.lang.String getExpression()
throws org.eclipse.core.runtime.CoreException
- Returns:
-
- Throws:
org.eclipse.core.runtime.CoreException
isReadType
boolean isReadType()
throws org.eclipse.core.runtime.CoreException
- Returns:
-
- Throws:
org.eclipse.core.runtime.CoreException
isWriteType
boolean isWriteType()
throws org.eclipse.core.runtime.CoreException
- Returns:
-
- Throws:
org.eclipse.core.runtime.CoreException
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.