Changes in src/SynTree/Mutator.h [ce8c12f:138e29e]
- File:
-
- 1 edited
-
src/SynTree/Mutator.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Mutator.h
rce8c12f r138e29e 91 91 virtual Type* mutate( PointerType *pointerType ); 92 92 virtual Type* mutate( ArrayType *arrayType ); 93 virtual Type* mutate( ReferenceType *refType );94 93 virtual Type* mutate( FunctionType *functionType ); 95 94 virtual Type* mutate( StructInstType *aggregateUseType );
Note:
See TracChangeset
for help on using the changeset viewer.