PTP
Release 5.0

org.eclipse.ptp.debug.core.pdi.model
Interface IPDIWatchpoint

All Superinterfaces:
IPDIBreakpoint, IPDISessionObject, IPDISet

public interface IPDIWatchpoint
extends IPDIBreakpoint

Represents a watchpoint


Field Summary
static int READ
          Read value
static int WRITE
          Write value
 
Fields inherited from interface org.eclipse.ptp.debug.core.pdi.model.IPDIBreakpoint
HARDWARE, REGULAR, TEMPORARY
 
Method Summary
 java.lang.String getWatchExpression()
          Returns the expression of this watchpoint
 boolean isReadType()
          Determines whether this watchpoint is a read watchpoint
 boolean isWriteType()
          Determines whether this watchpoint is a write watchpoint
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.model.IPDIBreakpoint
getBreakpointID, getCondition, getInternalID, getPendingTasks, isDeleted, isEnabled, isHardware, isTemporary, setBreakpointID, setCondition, setDeleted, setEnabled
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISessionObject
getSession
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISet
getTasks
 

Field Detail

WRITE

static final int WRITE
Write value

See Also:
Constant Field Values

READ

static final int READ
Read value

See Also:
Constant Field Values
Method Detail

isWriteType

boolean isWriteType()
Determines whether this watchpoint is a write watchpoint

Returns:
true if this wwatchpoint is a write watchpoint

isReadType

boolean isReadType()
Determines whether this watchpoint is a read watchpoint

Returns:
true if this watchpoint is a read watchpiont

getWatchExpression

java.lang.String getWatchExpression()
                                    throws PDIException
Returns the expression of this watchpoint

Returns:
the expression of this watchpoint
Throws:
PDIException - on failure

PTP
Release 5.0

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