|
Eclipse CDT Pre-release 3.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICPPASTFunctionTryBlockDeclarator
This is a function try block declarator.
| Field Summary | |
|---|---|
static ASTNodeProperty |
CATCH_HANDLER
A CATCH_HANDLER is the role of an ICPPASTCatchHandler in
this interface. |
| Fields inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTFunctionDeclarator |
|---|
CONSTRUCTOR_CHAIN_MEMBER, EXCEPTION_TYPEID |
| Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTStandardFunctionDeclarator |
|---|
FUNCTION_PARAMETER |
| Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTDeclarator |
|---|
DECLARATOR_NAME, EMPTY_DECLARATOR_ARRAY, INITIALIZER, NESTED_DECLARATOR, POINTER_OPERATOR |
| Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
|---|
EMPTY_NODE_ARRAY |
| Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTNameOwner |
|---|
r_declaration, r_definition, r_reference, r_unclear |
| Method Summary | |
|---|---|
void |
addCatchHandler(ICPPASTCatchHandler statement)
Add a catch handler. |
ICPPASTCatchHandler[] |
getCatchHandlers()
Get catch handlers. |
| Methods inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTFunctionDeclarator |
|---|
addConstructorToChain, addExceptionSpecificationTypeId, getConstructorChain, getExceptionSpecification, getFunctionScope, isConst, isPureVirtual, isVolatile, setConst, setPureVirtual, setVolatile |
| Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTStandardFunctionDeclarator |
|---|
addParameterDeclaration, getParameters, setVarArgs, takesVarArgs |
| Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTDeclarator |
|---|
addPointerOperator, getInitializer, getName, getNestedDeclarator, getPointerOperators, setInitializer, setName, setNestedDeclarator |
| Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
|---|
accept, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent |
| Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNameOwner |
|---|
getRoleForName |
| Field Detail |
|---|
static final ASTNodeProperty CATCH_HANDLER
CATCH_HANDLER is the role of an ICPPASTCatchHandler in
this interface.
| Method Detail |
|---|
void addCatchHandler(ICPPASTCatchHandler statement)
statement - ICPPASTCatchHandlerICPPASTCatchHandler[] getCatchHandlers()
ICPPASTCatchHandler
|
Eclipse CDT Pre-release 3.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||