org.eclipse.cdt.core.dom.ast.cpp
Interface ICPPASTFunctionTryBlockDeclarator
- All Superinterfaces:
- IASTDeclarator, IASTFunctionDeclarator, IASTNameOwner, IASTNode, IASTStandardFunctionDeclarator, ICPPASTFunctionDeclarator
Deprecated.
@Deprecated
public interface ICPPASTFunctionTryBlockDeclarator
- extends ICPPASTFunctionDeclarator
Methods inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTFunctionDeclarator |
addConstructorToChain, addExceptionSpecificationTypeId, getConstructorChain, getExceptionSpecification, getFunctionScope, isConst, isPureVirtual, isVolatile, setConst, setEmptyExceptionSpecification, setPureVirtual, setVolatile |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
accept, contains, getChildren, getContainingFilename, getFileLocation, getLeadingSyntax, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getSyntax, getTrailingSyntax, getTranslationUnit, isActive, isFrozen, isPartOfTranslationUnitFile, setParent, setPropertyInParent |
CATCH_HANDLER
static final ASTNodeProperty CATCH_HANDLER
- Deprecated.
- A
CATCH_HANDLER
is the role of an ICPPASTCatchHandler in
this interface.
addCatchHandler
void addCatchHandler(ICPPASTCatchHandler statement)
- Deprecated.
- Add a catch handler.
- Parameters:
statement
- ICPPASTCatchHandler
getCatchHandlers
ICPPASTCatchHandler[] getCatchHandlers()
- Deprecated.
- Get catch handlers.
- Returns:
ICPPASTCatchHandler
copy
ICPPASTFunctionTryBlockDeclarator copy()
- Deprecated.
- Description copied from interface:
IASTNode
- Returns a mutable copy of the tree rooted at this node.
The following postconditions hold:
copy.getParent() == null
copy.getPropertyInParent() == null
copy.isFrozen() == false
Preprocessor nodes do not currently support being copied.
Implicit name nodes are not copied, instead they can be regenerated
if required.
- Specified by:
copy
in interface IASTDeclarator
- Specified by:
copy
in interface IASTFunctionDeclarator
- Specified by:
copy
in interface IASTNode
- Specified by:
copy
in interface IASTStandardFunctionDeclarator
- Specified by:
copy
in interface ICPPASTFunctionDeclarator
- Since:
- 5.1
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.