|
Eclipse CDT 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICPPFunction
Binding for c++ functions.
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.cdt.core.dom.ast.IBinding |
|---|
EMPTY_BINDING_ARRAY |
| Fields inherited from interface org.eclipse.cdt.core.dom.ast.IBinding |
|---|
EMPTY_BINDING_ARRAY |
| Method Summary | |
|---|---|
IType[] |
getExceptionSpecification()
Returns the exception specification for this function or null if there
is no exception specification. |
ICPPParameter[] |
getParameters()
Returns the formal parameters of the function. |
int |
getRequiredArgumentCount()
|
ICPPFunctionType |
getType()
Get the IFunctionType for this function |
boolean |
hasParameterPack()
|
boolean |
isExternC()
Returns whether this function is declared as extern "C". |
boolean |
isInline()
is this an inline function |
boolean |
isMutable()
does this function have the mutable storage class specifier |
| Methods inherited from interface org.eclipse.cdt.core.dom.ast.IFunction |
|---|
getFunctionScope, isAuto, isExtern, isRegister, isStatic, takesVarArgs |
| Methods inherited from interface org.eclipse.cdt.core.dom.ast.IBinding |
|---|
getLinkage, getName, getNameCharArray, getOwner, getScope |
| Methods inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPBinding |
|---|
getQualifiedName, getQualifiedNameCharArray, isGloballyQualified |
| Methods inherited from interface org.eclipse.cdt.core.dom.ast.IBinding |
|---|
getLinkage, getName, getNameCharArray, getOwner, getScope |
| Method Detail |
|---|
boolean isMutable()
throws DOMException
DOMException
boolean isInline()
throws DOMException
isInline in interface IFunctionDOMException - if this is a problem binding.
boolean isExternC()
throws DOMException
DOMException
IType[] getExceptionSpecification()
throws DOMException
null if there
is no exception specification.
DOMException
ICPPFunctionType getType()
throws DOMException
getType in interface IFunctionDOMException - if this is a problem binding.
ICPPParameter[] getParameters()
throws DOMException
IFunction
getParameters in interface IFunctionDOMException - if this is a problem binding.
int getRequiredArgumentCount()
throws DOMException
DOMExceptionboolean hasParameterPack()
|
Eclipse CDT 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||