Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Visitor.cc

    rb6fe7e6 r89e6ffc  
    383383}
    384384
     385void Visitor::visit( ZeroType *zeroType ) {
     386        acceptAll( zeroType->get_forall(), *this );
     387}
     388
     389void Visitor::visit( OneType *oneType ) {
     390        acceptAll( oneType->get_forall(), *this );
     391}
     392
    385393void Visitor::visit( SingleInit *singleInit ) {
    386394        singleInit->get_value()->accept( *this );
Note: See TracChangeset for help on using the changeset viewer.