public interface IFunctionType extends IType
EMPTY_TYPE_ARRAY, TYPE_MATCHER
Modifier and Type | Method and Description |
---|---|
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
|
boolean |
takesVarArgs()
Whether the function type takes variable number of arguments.
|
clone, isSameType
IType getReturnType()
IType[] getParameterTypes()
boolean takesVarArgs()
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.