Changes in src/SynTree/Mutator.h [ea6332d:135b431]
- File:
-
- 1 edited
-
src/SynTree/Mutator.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Mutator.h
rea6332d r135b431 49 49 virtual Statement* mutate( CatchStmt *catchStmt ); 50 50 virtual Statement* mutate( FinallyStmt *catchStmt ); 51 virtual Statement* mutate( WaitForStmt *waitforStmt ); 51 52 virtual NullStmt* mutate( NullStmt *nullStmt ); 52 53 virtual Statement* mutate( DeclStmt *declStmt );
Note:
See TracChangeset
for help on using the changeset viewer.