Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/PolyMutator.h

    r1ba88a0 r4e06c1e  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // PolyMutator.h --
     7// PolyMutator.h -- 
    88//
    99// Author           : Richard C. Bilson
     
    3030        class PolyMutator : public Mutator {
    3131          public:
    32                 typedef Mutator Parent;
    33                 using Parent::mutate;
    34 
    3532                PolyMutator();
    3633
     
    4542                virtual Statement* mutate(ExprStmt *catchStmt);
    4643                virtual Statement* mutate(ReturnStmt *catchStmt);
    47 
     44 
    4845                virtual Expression* mutate(UntypedExpr *untypedExpr);
    4946
     
    5754                Statement* mutateStatement( Statement *stmt );
    5855                Expression* mutateExpression( Expression *expr );
    59 
     56 
    6057                TyVarMap scopeTyVars;
    6158                TypeSubstitution *env;
     
    6360                std::list< Statement* > stmtsToAddAfter;
    6461        };
    65 } // namespace
     62} // namespace 
    6663
    6764#endif // _POLYMUTATOR_H
Note: See TracChangeset for help on using the changeset viewer.