Eclipse CDT
Pre-release 3.0

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

All Superinterfaces:
ICDIEndSteppingRange, ICDISessionObject

public interface ICDIFunctionFinished
extends ICDIEndSteppingRange


Method Summary
 ICDIType getReturnType()
          Return the type of the return value of the function.
 ICDIValue getReturnValue()
          The return value of the function.
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.ICDISessionObject
getSession
 

Method Detail

getReturnType

ICDIType getReturnType()
                       throws CDIException
Return the type of the return value of the function.

Returns:
ICDIType returnType value
Throws:
CDIException

getReturnValue

ICDIValue getReturnValue()
                         throws CDIException
The return value of the function.

Returns:
Throws:
CDIException

Eclipse CDT
Pre-release 3.0

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