Changeset fa2c005 for src/SynTree/Visitor.h
- Timestamp:
- Jun 8, 2023, 3:19:43 PM (3 years ago)
- Branches:
- ADT
- Parents:
- 044ae62
- File:
-
- 1 edited
-
src/SynTree/Visitor.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Visitor.h
r044ae62 rfa2c005 196 196 virtual void visit( UnionInstType * node ) { visit( const_cast<const UnionInstType *>(node) ); } 197 197 virtual void visit( const UnionInstType * aggregateUseType ) = 0; 198 virtual void visit( AdtInstType * node ) { visit( const_cast<const AdtInstType *>(node) ); } 199 virtual void visit( const AdtInstType * node ) = 0; 198 200 virtual void visit( EnumInstType * node ) { visit( const_cast<const EnumInstType *>(node) ); } 199 201 virtual void visit( const EnumInstType * aggregateUseType ) = 0;
Note:
See TracChangeset
for help on using the changeset viewer.