Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.core.dom.ast
Interface IFunctionType

All Superinterfaces:
Cloneable, IType
All Known Subinterfaces:
ICPPFunctionType

public interface IFunctionType
extends IType


Field Summary
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IType
EMPTY_TYPE_ARRAY
 
Method Summary
 IType[] getParameterTypes()
          get the adjusted parameter types ISO C99 6.7.5.3, ISO C++98 8.3.4-3
 IType getReturnType()
          get the return type of this function type
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IType
clone, isSameType
 

Method Detail

getReturnType

IType getReturnType()
                    throws DOMException
get the return type of this function type

Returns:
Throws:
DOMException

getParameterTypes

IType[] getParameterTypes()
                          throws DOMException
get the adjusted parameter types ISO C99 6.7.5.3, ISO C++98 8.3.4-3

Returns:
Throws:
DOMException

Eclipse CDT
Pre-release 3.0

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