PTP
Release 7.0

org.eclipse.ptp.debug.core.pdi
Interface IPDILineLocation

All Superinterfaces:
IPDIFileLocation, IPDILocation
All Known Subinterfaces:
IPDILocator

public interface IPDILineLocation
extends IPDIFileLocation

Represents line location in the debuggable program


Method Summary
 int getLineNumber()
          Return the line number of this location or 0 if the line number is unknown
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDIFileLocation
getFile
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDILocation
equals
 

Method Detail

getLineNumber

int getLineNumber()
Return the line number of this location or 0 if the line number is unknown

Returns:
line number of this location

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.