PTP
Release 5.0

org.eclipse.ptp.debug.core.pdi.event
Interface IPDIFunctionFinishedInfo

All Superinterfaces:
IPDIEndSteppingRangeInfo, IPDISessionObject, IPDISet

public interface IPDIFunctionFinishedInfo
extends IPDIEndSteppingRangeInfo

Represents a function finsihed


Method Summary
 IAIF getReturnAIF()
          Return the AIF of the return value of the function.
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.event.IPDIEndSteppingRangeInfo
getLocator
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISessionObject
getSession
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISet
getTasks
 

Method Detail

getReturnAIF

IAIF getReturnAIF()
                  throws PDIException
Return the AIF of the return value of the function.

Returns:
IAIF return AIF value
Throws:
PDIException - on failure

PTP
Release 5.0

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