Eclipse CDT
Pre-release 3.0

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

All Superinterfaces:
ICDIFileLocation, ICDILocation
All Known Subinterfaces:
ICDILocator

public interface ICDIFunctionLocation
extends ICDIFileLocation

Represents a file:function location in the debuggable program.


Method Summary
 String getFunction()
          Returns the function of this location or null if the function 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

getFunction

String getFunction()
Returns the function of this location or null if the function is unknown.

Returns:
the function of this location

Eclipse CDT
Pre-release 3.0

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