Eclipse CDT
Pre-release 3.0

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

All Superinterfaces:
ICDILocation
All Known Subinterfaces:
ICDIFunctionLocation, ICDILineLocation, ICDILocator

public interface ICDIFileLocation
extends ICDILocation


Method Summary
 String getFile()
          Returns the source file of this location or null if the source file is unknown.
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.ICDILocation
equals
 

Method Detail

getFile

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

Returns:
the source file of this location

Eclipse CDT
Pre-release 3.0

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