Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.core.dom.ast.cpp
Interface ICPPASTFunctionTryBlockDeclarator

All Superinterfaces:
IASTDeclarator, IASTFunctionDeclarator, IASTNameOwner, IASTNode, IASTStandardFunctionDeclarator, ICPPASTFunctionDeclarator

public interface ICPPASTFunctionTryBlockDeclarator
extends ICPPASTFunctionDeclarator

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

CATCH_HANDLER

static final ASTNodeProperty CATCH_HANDLER
A CATCH_HANDLER is the role of an ICPPASTCatchHandler in this interface.

Method Detail

addCatchHandler

void addCatchHandler(ICPPASTCatchHandler statement)
Add a catch handler.

Parameters:
statement - ICPPASTCatchHandler

getCatchHandlers

ICPPASTCatchHandler[] getCatchHandlers()
Get catch handlers.

Returns:
ICPPASTCatchHandler

Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.