- File:
-
- 1 edited
-
src/ControlStruct/ForExprMutator.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/ForExprMutator.h
r3b0bc16 r3a4732f 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Feb 1 09:18:50202213 // Update Count : 712 // Last Modified On : Sun Jan 30 09:14:46 2022 13 // Update Count : 6 14 14 // 15 15 … … 18 18 class IfStmt; 19 19 class ForStmt; 20 class While DoStmt;20 class WhileStmt; 21 21 class Statement; 22 22 … … 26 26 Statement * postmutate( IfStmt * ); 27 27 Statement * postmutate( ForStmt * ); 28 Statement * postmutate( While DoStmt * );28 Statement * postmutate( WhileStmt * ); 29 29 }; 30 30 } // namespace ControlStruct
Note:
See TracChangeset
for help on using the changeset viewer.