Eclipse CDT
7.0

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

All Superinterfaces:
java.lang.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, TYPE_MATCHER
 
Method Summary
 IType[] getParameterTypes()
          Returns the adjusted parameter types ISO C99 6.7.5.3, ISO C++98 8.3.4-3
 IType getReturnType()
          Returns 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()
Returns the return type of this function type


getParameterTypes

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


Eclipse CDT
7.0

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