Ignore:
Timestamp:
Jun 8, 2023, 3:19:43 PM (3 years ago)
Author:
JiadaL <j82liang@…>
Branches:
ADT
Parents:
044ae62
Message:

Finish Adt POC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Visitor.h

    r044ae62 rfa2c005  
    196196        virtual void visit( UnionInstType * node ) { visit( const_cast<const UnionInstType *>(node) ); }
    197197        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;
    198200        virtual void visit( EnumInstType * node ) { visit( const_cast<const EnumInstType *>(node) ); }
    199201        virtual void visit( const EnumInstType * aggregateUseType ) = 0;
Note: See TracChangeset for help on using the changeset viewer.