Changes in src/AST/Visitor.hpp [af746cc:acb33f15]
- File:
-
- 1 edited
-
src/AST/Visitor.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Visitor.hpp
raf746cc racb33f15 119 119 virtual const ast::Type * visit( const ast::OneType * ) = 0; 120 120 virtual const ast::Type * visit( const ast::GlobalScopeType * ) = 0; 121 virtual const ast::Type * visit( const ast::EnumAttrType * ) = 0;122 121 virtual const ast::Designation * visit( const ast::Designation * ) = 0; 123 122 virtual const ast::Init * visit( const ast::SingleInit * ) = 0;
Note:
See TracChangeset
for help on using the changeset viewer.