Package | Description |
---|---|
org.eclipse.cdt.core.dom.ast | |
org.eclipse.cdt.core.dom.ast.cpp |
Modifier and Type | Method and Description |
---|---|
IFunctionType |
IFunction.getType()
Returns the IFunctionType for this function
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ASTTypeUtil.getParameterTypeString(IFunctionType type)
Returns a string representation for the parameters of the given function type.
|
static java.lang.String |
ASTTypeUtil.getParameterTypeStringAndQualifiers(IFunctionType type)
Returns a string representation for the parameters and the qualifiers of the given function type.
|
static java.lang.String[] |
ASTTypeUtil.getParameterTypeStringArray(IFunctionType type)
Returns an array of normalized string representations for the parameter types of the given
function type.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICPPFunctionType |
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.