Interface ICPPASTFunctionTryBlockDeclarator

    • Field Detail

      • CATCH_HANDLER

        static final ASTNodeProperty CATCH_HANDLER
        Deprecated.
        A CATCH_HANDLER is the role of an ICPPASTCatchHandler in this interface.
    • Method Detail

      • addCatchHandler

        void addCatchHandler​(ICPPASTCatchHandler statement)
        Deprecated.
        Add a catch handler.
        Parameters:
        statement - ICPPASTCatchHandler
      • getCatchHandlers

        ICPPASTCatchHandler[] getCatchHandlers()
        Deprecated.
        Get catch handlers.
        Returns:
        ICPPASTCatchHandler