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