|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.core.runtime.PlatformObject
org.eclipse.debug.core.model.Breakpoint
org.eclipse.debug.core.model.LineBreakpoint
org.eclipse.ocl.examples.debug.vm.core.VMLineBreakpoint
org.eclipse.ocl.examples.debug.core.OCLLineBreakpoint
public class OCLLineBreakpoint
| Field Summary |
|---|
| Fields inherited from class org.eclipse.ocl.examples.debug.vm.core.VMLineBreakpoint |
|---|
CONDITION, CONDITION_ENABLED, CONDITION_SUSPEND_ON_TRUE, HIT_COUNT, HIT_COUNT_UNDEFINED, OCL_BREAKPOINT_JOBFAMILY, RUN_TO_LINE, TARGET_URI_ATTR |
| Fields inherited from interface org.eclipse.debug.core.model.IBreakpoint |
|---|
BREAKPOINT_MARKER, ENABLED, ID, LINE_BREAKPOINT_MARKER, PERSISTED, REGISTERED |
| Constructor Summary | |
|---|---|
OCLLineBreakpoint()
|
|
OCLLineBreakpoint(org.eclipse.emf.common.util.URI sourceURI,
int lineNumber)
|
|
| Method Summary | |
|---|---|
static OCLLineBreakpoint |
createRunToLineBreakpoint(org.eclipse.emf.common.util.URI sourceURI,
int lineNumber)
|
static OCLLineBreakpoint |
getBreakpointByID(long id)
|
protected OCLDebugCore |
getDebugCore()
|
| Methods inherited from class org.eclipse.ocl.examples.debug.vm.core.VMLineBreakpoint |
|---|
createBreakpointData, createNewBreakpointData, getCondition, getHitCount, getID, getModelIdentifier, getUnitURI, isConditionEnabled, isConditionSuspendOnTrue, isLineToRunBreakpoint, register, setBreakpointData, setCondition, setConditionEnabled, setConditionSuspendOnTrue, setHitCount, supportsCondition |
| Methods inherited from class org.eclipse.debug.core.model.LineBreakpoint |
|---|
getCharEnd, getCharStart, getLineNumber |
| Methods inherited from class org.eclipse.debug.core.model.Breakpoint |
|---|
delete, ensureMarker, equals, getMarker, getMarkerRule, getMarkerRule, hashCode, isEnabled, isPersisted, isRegistered, markerExists, run, setAttribute, setAttribute, setAttribute, setAttributes, setAttributes, setEnabled, setMarker, setPersisted, setRegistered |
| Methods inherited from class org.eclipse.core.runtime.PlatformObject |
|---|
getAdapter |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.debug.core.model.IBreakpoint |
|---|
delete, getMarker, isEnabled, isPersisted, isRegistered, setEnabled, setMarker, setPersisted, setRegistered |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Constructor Detail |
|---|
public OCLLineBreakpoint()
public OCLLineBreakpoint(@NonNull
org.eclipse.emf.common.util.URI sourceURI,
int lineNumber)
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException| Method Detail |
|---|
@NonNull
public static OCLLineBreakpoint createRunToLineBreakpoint(@NonNull
org.eclipse.emf.common.util.URI sourceURI,
int lineNumber)
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionpublic static OCLLineBreakpoint getBreakpointByID(long id)
@NonNull protected OCLDebugCore getDebugCore()
getDebugCore in class VMLineBreakpoint
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||