public abstract class LineBreakpoint extends Breakpoint implements ILineBreakpoint
ILineBreakpoint
BREAKPOINT_MARKER, ENABLED, ID, LINE_BREAKPOINT_MARKER, PERSISTED, REGISTERED
TRIGGERPOINT
Constructor and Description |
---|
LineBreakpoint() |
Modifier and Type | Method and Description |
---|---|
int |
getCharEnd()
Returns ending source index in the original source that corresponds
to the location of this breakpoint, or -1 if the attribute is not present.
|
int |
getCharStart()
Returns starting source index in the original source that corresponds
to the location of this breakpoint, or -1 if the attribute is not present.
|
int |
getLineNumber()
Returns the line number in the original source that corresponds
to the location of this breakpoint, or -1 if the attribute is not
present.
|
delete, ensureMarker, equals, getMarker, getMarkerRule, getMarkerRule, hashCode, isEnabled, isPersisted, isRegistered, isTriggerPoint, markerExists, run, setAttribute, setAttribute, setAttribute, setAttributes, setAttributes, setEnabled, setMarker, setPersisted, setRegistered, setTriggerPoint, toString
getAdapter
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
delete, getMarker, getModelIdentifier, isEnabled, isPersisted, isRegistered, setEnabled, setMarker, setPersisted, setRegistered
getAdapter
public int getLineNumber() throws CoreException
ILineBreakpoint
getLineNumber
in interface ILineBreakpoint
CoreException
- if a CoreException
is thrown
while accessing the underlying IMarker.LINE_NUMBER
marker attributeILineBreakpoint.getLineNumber()
public int getCharStart() throws CoreException
ILineBreakpoint
getCharStart
in interface ILineBreakpoint
CoreException
- if a CoreException
is thrown
while accessing the underlying IMarker.CHAR_START
marker attributeILineBreakpoint.getCharStart()
public int getCharEnd() throws CoreException
ILineBreakpoint
getCharEnd
in interface ILineBreakpoint
CoreException
- if a CoreException
is thrown
while accessing the underlying IMarker.CHAR_END
marker attributeILineBreakpoint.getCharEnd()
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.