| Package | Description |
|---|---|
| org.eclipse.cdt.core.dom.ast | |
| org.eclipse.cdt.core.dom.ast.cpp |
| Modifier and Type | Method and Description |
|---|---|
IASTFunctionDefinition |
IASTFunctionDefinition.copy() |
IASTFunctionDefinition |
IASTFunctionDefinition.copy(IASTNode.CopyStyle style) |
IASTFunctionDefinition |
INodeFactory.newFunctionDefinition(IASTDeclSpecifier declSpecifier,
IASTFunctionDeclarator declarator,
IASTStatement bodyStatement) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ICPPASTFunctionDefinition
In c++ the a function definition for a constructor may contain member initializers.
|
interface |
ICPPASTFunctionWithTryBlock
Models a function defined with a try block, which is a function definition:
void func() try {
} catch (...) {
}
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.