org.eclipse.ptp.debug.core.model
Interface IPWatchpoint
- All Superinterfaces:
- IPBreakpoint
public interface IPWatchpoint
- extends IPBreakpoint
Represents a watchpoint (expression breakpoint)
|
Field Summary |
static java.lang.String |
EXPRESSION
|
static java.lang.String |
READ
|
static java.lang.String |
WRITE
|
| 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 |
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 CoreException
- Returns:
-
- Throws:
CoreException
isReadType
boolean isReadType()
throws CoreException
- Returns:
-
- Throws:
CoreException
isWriteType
boolean isWriteType()
throws CoreException
- Returns:
-
- Throws:
CoreException
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.