Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Visitor.hpp

    r400b8be r3b0bc16  
    4141    virtual const ast::Stmt *             visit( const ast::ForStmt              * ) = 0;
    4242    virtual const ast::Stmt *             visit( const ast::SwitchStmt           * ) = 0;
    43     virtual const ast::CaseClause *       visit( const ast::CaseClause           * ) = 0;
     43    virtual const ast::Stmt *             visit( const ast::CaseStmt             * ) = 0;
    4444    virtual const ast::Stmt *             visit( const ast::BranchStmt           * ) = 0;
    4545    virtual const ast::Stmt *             visit( const ast::ReturnStmt           * ) = 0;
    4646    virtual const ast::Stmt *             visit( const ast::ThrowStmt            * ) = 0;
    4747    virtual const ast::Stmt *             visit( const ast::TryStmt              * ) = 0;
    48     virtual const ast::CatchClause *      visit( const ast::CatchClause          * ) = 0;
    49     virtual const ast::FinallyClause *    visit( const ast::FinallyClause        * ) = 0;
     48    virtual const ast::Stmt *             visit( const ast::CatchStmt            * ) = 0;
     49    virtual const ast::Stmt *             visit( const ast::FinallyStmt          * ) = 0;
    5050    virtual const ast::Stmt *             visit( const ast::SuspendStmt          * ) = 0;
    5151    virtual const ast::Stmt *             visit( const ast::WaitForStmt          * ) = 0;
Note: See TracChangeset for help on using the changeset viewer.