public abstract class VMLineBreakpoint
extends LineBreakpoint
| Modifier and Type | Field and Description |
|---|---|
static Object |
OCL_BREAKPOINT_JOBFAMILY
Family for breakpoint validation job (@see OCLToggleBreakpointAdapter::toggleLineBreakpoints())
|
| Modifier and Type | Method and Description |
|---|---|
VMBreakpointData |
createBreakpointData() |
VMNewBreakpointData |
createNewBreakpointData() |
VMNewBreakpointData |
createNewBreakpointData(String targetURI) |
String |
getCondition() |
int |
getHitCount() |
long |
getID() |
String |
getModelIdentifier() |
URI |
getUnitURI() |
boolean |
isConditionEnabled() |
boolean |
isConditionSuspendOnTrue() |
boolean |
isLineToRunBreakpoint() |
void |
register(boolean register)
Add this breakpoint to the breakpoint manager,
or sets it as unregistered.
|
void |
setCondition(String condition) |
void |
setConditionEnabled(boolean conditionEnabled) |
void |
setConditionSuspendOnTrue(boolean suspendOnTrue) |
void |
setHitCount(int count) |
boolean |
supportsCondition() |
public static final Object OCL_BREAKPOINT_JOBFAMILY
public long getID()
public URI getUnitURI()
throws CoreException
CoreExceptionpublic VMNewBreakpointData createNewBreakpointData() throws CoreException
CoreExceptionpublic VMNewBreakpointData createNewBreakpointData(String targetURI) throws CoreException
CoreExceptionpublic VMBreakpointData createBreakpointData() throws CoreException
CoreExceptionpublic String getModelIdentifier()
public void register(boolean register)
throws CoreException
CoreExceptionpublic int getHitCount()
throws CoreException
CoreExceptionpublic void setHitCount(int count)
throws CoreException
CoreExceptionpublic boolean isLineToRunBreakpoint()
public boolean supportsCondition()
public String getCondition() throws CoreException
CoreExceptionpublic void setCondition(String condition) throws CoreException
CoreExceptionpublic boolean isConditionEnabled()
public void setConditionEnabled(boolean conditionEnabled)
throws CoreException
CoreExceptionpublic boolean isConditionSuspendOnTrue()
throws DebugException
DebugExceptionpublic void setConditionSuspendOnTrue(boolean suspendOnTrue)
throws CoreException
CoreExceptionCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.