public interface ICDIWatchpoint extends ICDIBreakpoint
Modifier and Type | Field and Description |
---|---|
static int |
READ |
static int |
WRITE |
HARDWARE, REGULAR, TEMPORARY
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getWatchExpression()
Returns the watchpoint's expression.
|
boolean |
isReadType()
Returns whether this watchppoint is a read watchpoint.
|
boolean |
isWriteType()
Returns whether this watchppoint is a write watchpoint.
|
getCondition, isEnabled, isHardware, isTemporary, setCondition, setEnabled
getTarget
static final int WRITE
static final int READ
boolean isWriteType()
boolean isReadType()
java.lang.String getWatchExpression() throws CDIException
CDIException
- if this method fails. Reasons include:Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.