Package | Description |
---|---|
org.eclipse.cdt.core.dom.ast.cpp |
Modifier and Type | Field and Description |
---|---|
static ICPPASTCatchHandler[] |
ICPPASTCatchHandler.EMPTY_CATCHHANDLER_ARRAY |
Modifier and Type | Method and Description |
---|---|
ICPPASTCatchHandler |
ICPPASTCatchHandler.copy() |
ICPPASTCatchHandler |
ICPPASTCatchHandler.copy(IASTNode.CopyStyle style) |
ICPPASTCatchHandler[] |
ICPPASTTryBlockStatement.getCatchHandlers()
Returns the catch handlers.
|
ICPPASTCatchHandler[] |
ICPPASTFunctionWithTryBlock.getCatchHandlers()
Returns an array of catch handlers.
|
ICPPASTCatchHandler[] |
ICPPASTFunctionTryBlockDeclarator.getCatchHandlers()
Deprecated.
Get catch handlers.
|
ICPPASTCatchHandler |
ICPPNodeFactory.newCatchHandler(IASTDeclaration decl,
IASTStatement body) |
Modifier and Type | Method and Description |
---|---|
void |
ICPPASTTryBlockStatement.addCatchHandler(ICPPASTCatchHandler handler)
Adds catch handler.
|
void |
ICPPASTFunctionWithTryBlock.addCatchHandler(ICPPASTCatchHandler statement)
Adds a catch handler.
|
void |
ICPPASTFunctionTryBlockDeclarator.addCatchHandler(ICPPASTCatchHandler statement)
Deprecated.
Add a catch handler.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.