PTP
Release 7.0

org.eclipse.ptp.debug.core.model
Interface IPWatchpoint

All Superinterfaces:
IPBreakpoint

public interface IPWatchpoint
extends IPBreakpoint

Represents a watchpoint (expression breakpoint)


Field Summary
static String EXPRESSION
           
static String READ
           
static String WRITE
           
 
Fields inherited from interface org.eclipse.ptp.debug.core.model.IPBreakpoint
CONDITION, CUR_SET_ID, GLOBAL, IGNORE_COUNT, INSTALL_COUNT, JOB_NAME, SOURCE_HANDLE
 
Method Summary
 String getExpression()
           
 boolean isReadType()
           
 boolean isWriteType()
           
 
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
 

Field Detail

EXPRESSION

static final String EXPRESSION
See Also:
Constant Field Values

READ

static final String READ
See Also:
Constant Field Values

WRITE

static final String WRITE
See Also:
Constant Field Values
Method Detail

getExpression

String getExpression()
                     throws CoreException
Returns:
Throws:
CoreException

isReadType

boolean isReadType()
                   throws CoreException
Returns:
Throws:
CoreException

isWriteType

boolean isWriteType()
                    throws CoreException
Returns:
Throws:
CoreException

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.