Eclipse CDT
7.0

Uses of Interface
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTCatchHandler

Packages that use ICPPASTCatchHandler
org.eclipse.cdt.core.dom.ast.cpp   
 

Uses of ICPPASTCatchHandler in org.eclipse.cdt.core.dom.ast.cpp
 

Fields in org.eclipse.cdt.core.dom.ast.cpp declared as ICPPASTCatchHandler
static ICPPASTCatchHandler[] ICPPASTCatchHandler.EMPTY_CATCHHANDLER_ARRAY
           
 

Methods in org.eclipse.cdt.core.dom.ast.cpp that return ICPPASTCatchHandler
 ICPPASTCatchHandler ICPPASTCatchHandler.copy()
           
 ICPPASTCatchHandler ICPPASTCatchHandler.copy(IASTNode.CopyStyle style)
           
 ICPPASTCatchHandler[] ICPPASTTryBlockStatement.getCatchHandlers()
          Get the catch handlers.
 ICPPASTCatchHandler[] ICPPASTFunctionTryBlockDeclarator.getCatchHandlers()
          Deprecated. Get catch handlers.
 ICPPASTCatchHandler[] ICPPASTFunctionWithTryBlock.getCatchHandlers()
          Returns an array of catch handlers.
 ICPPASTCatchHandler ICPPNodeFactory.newCatchHandler(IASTDeclaration decl, IASTStatement body)
           
 

Methods in org.eclipse.cdt.core.dom.ast.cpp with parameters of type ICPPASTCatchHandler
 void ICPPASTTryBlockStatement.addCatchHandler(ICPPASTCatchHandler handler)
          Add catch handler.
 void ICPPASTFunctionTryBlockDeclarator.addCatchHandler(ICPPASTCatchHandler statement)
          Deprecated. Add a catch handler.
 void ICPPASTFunctionWithTryBlock.addCatchHandler(ICPPASTCatchHandler statement)
          Adds a catch handler.
 


Eclipse CDT
7.0

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