Changes in src/SynTree/Mutator.h [6e50a6b:2d019af]
- File:
-
- 1 edited
-
src/SynTree/Mutator.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Mutator.h
r6e50a6b r2d019af 80 80 virtual Expression * mutate( CommaExpr * commaExpr ) = 0; 81 81 virtual Expression * mutate( TypeExpr * typeExpr ) = 0; 82 virtual Expression * mutate( DimensionExpr * dimensionExpr ) = 0;83 82 virtual Expression * mutate( AsmExpr * asmExpr ) = 0; 84 83 virtual Expression * mutate( ImplicitCopyCtorExpr * impCpCtorExpr ) = 0;
Note:
See TracChangeset
for help on using the changeset viewer.