|
Eclipse CDT 7.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IASTFunctionDeclarator | |
|---|---|
| org.eclipse.cdt.core.dom.ast | |
| org.eclipse.cdt.core.dom.ast.cpp | |
| org.eclipse.cdt.core.dom.ast.gnu.c | |
| Uses of IASTFunctionDeclarator in org.eclipse.cdt.core.dom.ast |
|---|
| Subinterfaces of IASTFunctionDeclarator in org.eclipse.cdt.core.dom.ast | |
|---|---|
interface |
IASTStandardFunctionDeclarator
This is a declarator for a non K&R C function. |
| Methods in org.eclipse.cdt.core.dom.ast that return IASTFunctionDeclarator | |
|---|---|
IASTFunctionDeclarator |
IASTFunctionDeclarator.copy()
|
IASTFunctionDeclarator |
IASTFunctionDeclarator.copy(IASTNode.CopyStyle style)
|
IASTFunctionDeclarator |
IASTFunctionDefinition.getDeclarator()
Returns the function declarator of the function. |
| Methods in org.eclipse.cdt.core.dom.ast with parameters of type IASTFunctionDeclarator | |
|---|---|
IASTFunctionDefinition |
INodeFactory.newFunctionDefinition(IASTDeclSpecifier declSpecifier,
IASTFunctionDeclarator declarator,
IASTStatement bodyStatement)
|
void |
IASTFunctionDefinition.setDeclarator(IASTFunctionDeclarator declarator)
Sets the declarator for the function. |
| Uses of IASTFunctionDeclarator in org.eclipse.cdt.core.dom.ast.cpp |
|---|
| Subinterfaces of IASTFunctionDeclarator in org.eclipse.cdt.core.dom.ast.cpp | |
|---|---|
interface |
ICPPASTFunctionDeclarator
C++ adds a few things to function declarators. |
interface |
ICPPASTFunctionTryBlockDeclarator
Deprecated. |
| Methods in org.eclipse.cdt.core.dom.ast.cpp with parameters of type IASTFunctionDeclarator | |
|---|---|
ICPPASTFunctionDefinition |
ICPPNodeFactory.newFunctionDefinition(IASTDeclSpecifier declSpecifier,
IASTFunctionDeclarator declarator,
IASTStatement bodyStatement)
|
ICPPASTFunctionWithTryBlock |
ICPPNodeFactory.newFunctionTryBlock(IASTDeclSpecifier declSpecifier,
IASTFunctionDeclarator declarator,
IASTStatement bodyStatement)
|
| Uses of IASTFunctionDeclarator in org.eclipse.cdt.core.dom.ast.gnu.c |
|---|
| Subinterfaces of IASTFunctionDeclarator in org.eclipse.cdt.core.dom.ast.gnu.c | |
|---|---|
interface |
ICASTKnRFunctionDeclarator
This is the declarator for a K&R C Function. |
|
Eclipse CDT 7.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||