Changes in src/ControlStruct/MLEMutator.h [f8965f4:3b0bc16]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/MLEMutator.h
rf8965f4 r3b0bc16 41 41 42 42 void premutate( CompoundStmt *cmpndStmt ); 43 Statement * postmutate( BranchStmt *branchStmt ) ;43 Statement * postmutate( BranchStmt *branchStmt ) throw ( SemanticErrorException ); 44 44 void premutate( WhileDoStmt *whileDoStmt ); 45 45 Statement * postmutate( WhileDoStmt *whileDoStmt );
Note:
See TracChangeset
for help on using the changeset viewer.