Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.debug.core.model
Interface ILineBreakpoint

All Superinterfaces:
IAdaptable, IBreakpoint
All Known Implementing Classes:
LineBreakpoint

public interface ILineBreakpoint
extends IBreakpoint

A breakpoint that can be located at a specific line of source code.


Field Summary
 
Fields inherited from interface org.eclipse.debug.core.model. IBreakpoint
BREAKPOINT_MARKER, ENABLED, ID, LINE_BREAKPOINT_MARKER, PERSISTED, REGISTERED
 
Method Summary
 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.
 
Methods inherited from interface org.eclipse.debug.core.model. IBreakpoint
delete, getMarker, getModelIdentifier, isEnabled, isPersisted, isRegistered, setEnabled, setMarker, setPersisted, setRegistered
 
Methods inherited from interface org.eclipse.core.runtime. IAdaptable
getAdapter
 

Method Detail

getLineNumber

int getLineNumber()
                  throws 
CoreException
Returns the line number in the original source that corresponds to the location of this breakpoint, or -1 if the attribute is not present.

Returns:
this breakpoint's line number, or -1 if unknown
Throws:
CoreException - if a CoreException is thrown while accessing the underlying IMarker.LINE_NUMBER marker attribute

getCharStart

int getCharStart()
                 throws 
CoreException
Returns starting source index in the original source that corresponds to the location of this breakpoint, or -1 if the attribute is not present.

Returns:
this breakpoint's char start value, or -1 if unknown
Throws:
CoreException - if a CoreException is thrown while accessing the underlying IMarker.CHAR_START marker attribute

getCharEnd

int getCharEnd()
               throws 
CoreException
Returns ending source index in the original source that corresponds to the location of this breakpoint, or -1 if the attribute is not present.

Returns:
this breakpoint's char end value, or -1 if unknown
Throws:
CoreException - if a CoreException is thrown while accessing the underlying IMarker.CHAR_END marker attribute

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire