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