Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.debug.core.cdi
Interface ICDILineLocation

All Superinterfaces:
ICDIFileLocation, ICDILocation
All Known Subinterfaces:
ICDILocator

public interface ICDILineLocation
extends ICDIFileLocation

Represents a file:line location in the debuggable program.


Method Summary
 int getLineNumber()
          Returns the line number of this location or 0 if the line number is unknown.
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.ICDIFileLocation
getFile
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.ICDILocation
equals
 

Method Detail

getLineNumber

public int getLineNumber()
Returns the line number of this location or 0 if the line number is unknown.

Returns:
the line number of this location

Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.