Changeset fa2c005 for src/SynTree/Mutator.h
- Timestamp:
- Jun 8, 2023, 3:19:43 PM (3 years ago)
- Branches:
- ADT
- Parents:
- 044ae62
- File:
-
- 1 edited
-
src/SynTree/Mutator.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Mutator.h
r044ae62 rfa2c005 110 110 virtual Type * mutate( FunctionType * functionType ) = 0; 111 111 virtual Type * mutate( StructInstType * aggregateUseType ) = 0; 112 virtual Type * mutate( AdtInstType * aggregateUseType ) = 0; 112 113 virtual Type * mutate( UnionInstType * aggregateUseType ) = 0; 113 114 virtual Type * mutate( EnumInstType * aggregateUseType ) = 0;
Note:
See TracChangeset
for help on using the changeset viewer.