PTP
Release 7.0

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

All Superinterfaces:
IPDILocation
All Known Subinterfaces:
IPDIFunctionLocation, IPDILineLocation, IPDILocator

public interface IPDIFileLocation
extends IPDILocation

Represents file location


Method Summary
 java.lang.String getFile()
          Returns the source file of this location or null if the source file is unknown
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDILocation
equals
 

Method Detail

getFile

java.lang.String getFile()
Returns the source file of this location or null if the source file is unknown

Returns:
the source file of this location

PTP
Release 7.0

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