public interface ILineBreakpoint extends IBreakpoint
BREAKPOINT_MARKER, ENABLED, ID, LINE_BREAKPOINT_MARKER, PERSISTED, REGISTERED
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, getMarker, getModelIdentifier, isEnabled, isPersisted, isRegistered, setEnabled, setMarker, setPersisted, setRegistered
getAdapter
int getLineNumber() throws CoreException
CoreException
- if a CoreException
is thrown
while accessing the underlying IMarker.LINE_NUMBER
marker attributeint getCharStart() throws CoreException
CoreException
- if a CoreException
is thrown
while accessing the underlying IMarker.CHAR_START
marker attributeint getCharEnd() throws CoreException
CoreException
- if a CoreException
is thrown
while accessing the underlying IMarker.CHAR_END
marker attribute
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.