Changes in src/ControlStruct/MLEMutator.h [0f8e4ac:d3b7937]
- File:
-
- 1 edited
-
src/ControlStruct/MLEMutator.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/MLEMutator.h
r0f8e4ac rd3b7937 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // MLEMutator.h -- 7 // MLEMutator.h -- 8 8 // 9 9 // Author : Rodolfo G. Esteves … … 23 23 #include "SynTree/SynTree.h" 24 24 #include "SynTree/Mutator.h" 25 #include "SynTree/Label.h"26 25 27 26 #include "LabelGenerator.h" … … 39 38 Statement *mutate( BranchStmt *branchStmt ) throw ( SemanticError ); 40 39 41 Statement *mutate( CaseStmt *caseStmt ); 40 Statement *mutate( CaseStmt *caseStmt ); 42 41 Statement *mutate( SwitchStmt *switchStmt ); 43 42 Statement *mutate( ChooseStmt *switchStmt ); … … 80 79 Statement *handleLoopStmt( LoopClass *loopStmt ); 81 80 82 template< typename SwitchClass > 81 template< typename SwitchClass > 83 82 Statement *handleSwitchStmt( SwitchClass *switchStmt ); 84 83
Note:
See TracChangeset
for help on using the changeset viewer.