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.
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.IASTNode |
accept, contains, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent |
CATCH_HANDLER
public static final ASTNodeProperty CATCH_HANDLER
- A
CATCH_HANDLER
is the role of an ICPPASTCatchHandler in
this interface.
addCatchHandler
public void addCatchHandler(ICPPASTCatchHandler statement)
- Add a catch handler.
- Parameters:
statement
- ICPPASTCatchHandler
getCatchHandlers
public ICPPASTCatchHandler[] getCatchHandlers()
- Get catch handlers.
- Returns:
ICPPASTCatchHandler
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.