PTP
Release 7.0

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

All Superinterfaces:
IPDIFileLocation, IPDILocation
All Known Subinterfaces:
IPDILocator

public interface IPDIFunctionLocation
extends IPDIFileLocation

Represents 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.ptp.debug.core.pdi.IPDIFileLocation
getFile
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDILocation
equals
 

Method Detail

getFunction

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

Returns:
function name of this location

PTP
Release 7.0

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