Package | Description |
---|---|
org.eclipse.cdt.core.dom.ast | |
org.eclipse.cdt.core.dom.ast.cpp | |
org.eclipse.cdt.core.dom.ast.gnu.c |
Modifier and Type | Interface and Description |
---|---|
interface |
IASTStandardFunctionDeclarator
This is a declarator for a non K&R C function.
|
Modifier and Type | Method and Description |
---|---|
IASTFunctionDeclarator |
IASTFunctionDeclarator.copy() |
IASTFunctionDeclarator |
IASTFunctionDeclarator.copy(IASTNode.CopyStyle style) |
IASTFunctionDeclarator |
IASTFunctionDefinition.getDeclarator()
Returns the function declarator of the function.
|
Modifier and Type | Method and Description |
---|---|
IASTFunctionDefinition |
INodeFactory.newFunctionDefinition(IASTDeclSpecifier declSpecifier,
IASTFunctionDeclarator declarator,
IASTStatement bodyStatement) |
void |
IASTFunctionDefinition.setDeclarator(IASTFunctionDeclarator declarator)
Sets the declarator for the function.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICPPASTFunctionDeclarator
C++ adds a few things to function declarators.
|
interface |
ICPPASTFunctionTryBlockDeclarator
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ICPPASTFunctionDefinition |
ICPPNodeFactory.newFunctionDefinition(IASTDeclSpecifier declSpecifier,
IASTFunctionDeclarator declarator,
IASTStatement bodyStatement) |
ICPPASTFunctionWithTryBlock |
ICPPNodeFactory.newFunctionTryBlock(IASTDeclSpecifier declSpecifier,
IASTFunctionDeclarator declarator,
IASTStatement bodyStatement) |
Modifier and Type | Interface and Description |
---|---|
interface |
ICASTKnRFunctionDeclarator
This is the declarator for a K&R C Function.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.