Changes in src/AST/Visitor.hpp [acb33f15:af746cc]
- File:
-
- 1 edited
-
src/AST/Visitor.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Visitor.hpp
racb33f15 raf746cc 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; 121 122 virtual const ast::Designation * visit( const ast::Designation * ) = 0; 122 123 virtual const ast::Init * visit( const ast::SingleInit * ) = 0;
Note:
See TracChangeset
for help on using the changeset viewer.