Eclipse CDT
Pre-release 3.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
          Constant
 

Methods in org.eclipse.cdt.core.dom.ast.cpp that return ICPPASTCatchHandler
 ICPPASTCatchHandler[] ICPPASTTryBlockStatement.getCatchHandlers()
          Get the catch handlers.
 ICPPASTCatchHandler[] ICPPASTFunctionTryBlockDeclarator.getCatchHandlers()
          Get catch handlers.
 

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)
          Add a catch handler.
 


Eclipse CDT
Pre-release 3.0

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