Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Mutator.h

    raf5c204a rce8c12f  
    99// Author           : Richard C. Bilson
    1010// Created On       : Mon May 18 07:44:20 2015
    11 // Last Modified By : Andrew Beach
    12 // Last Modified On : Thu Jun  8 15:45:00 2017
    13 // Update Count     : 14
     11// Last Modified By : Peter A. Buhr
     12// Last Modified On : Thu Feb  9 14:23:23 2017
     13// Update Count     : 13
    1414//
    1515#include <cassert>
     
    4646        virtual Statement* mutate( BranchStmt *branchStmt );
    4747        virtual Statement* mutate( ReturnStmt *returnStmt );
    48         virtual Statement* mutate( ThrowStmt *throwStmt );
    49         virtual Statement* mutate( TryStmt *tryStmt );
     48        virtual Statement* mutate( TryStmt *returnStmt );
    5049        virtual Statement* mutate( CatchStmt *catchStmt );
    5150        virtual Statement* mutate( FinallyStmt *catchStmt );
     
    7877        virtual Expression* mutate( ConstructorExpr *ctorExpr );
    7978        virtual Expression* mutate( CompoundLiteralExpr *compLitExpr );
     79        virtual Expression* mutate( UntypedValofExpr *valofExpr );
    8080        virtual Expression* mutate( RangeExpr *rangeExpr );
    8181        virtual Expression* mutate( UntypedTupleExpr *tupleExpr );
    8282        virtual Expression* mutate( TupleExpr *tupleExpr );
    8383        virtual Expression* mutate( TupleIndexExpr *tupleExpr );
     84        virtual Expression* mutate( MemberTupleExpr *tupleExpr );
    8485        virtual Expression* mutate( TupleAssignExpr *assignExpr );
    8586        virtual Expression* mutate( StmtExpr * stmtExpr );
     
    9091        virtual Type* mutate( PointerType *pointerType );
    9192        virtual Type* mutate( ArrayType *arrayType );
     93        virtual Type* mutate( ReferenceType *refType );
    9294        virtual Type* mutate( FunctionType *functionType );
    9395        virtual Type* mutate( StructInstType *aggregateUseType );
Note: See TracChangeset for help on using the changeset viewer.