org.eclipse.cdt.core.dom.ast.cpp
Interface ICPPFunction
- All Superinterfaces:
- IBinding, ICPPBinding, IFunction
- All Known Subinterfaces:
- ICPPConstructor, ICPPMethod
public interface ICPPFunction
- extends IFunction, ICPPBinding
Method Summary |
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 |
isMutable
boolean isMutable()
throws DOMException
- does this function have the mutable storage class specifier
- Throws:
DOMException
isInline
boolean isInline()
throws DOMException
- is this an inline function
- Specified by:
isInline
in interface IFunction
- Throws:
DOMException
isExternC
boolean isExternC()
throws DOMException
- Returns whether this function is declared as extern "C".
- Throws:
DOMException
- Since:
- 5.0
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.