Changes in src/AST/Visitor.hpp [3d9d017:eb779d5]
- File:
-
- 1 edited
-
src/AST/Visitor.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Visitor.hpp
r3d9d017 reb779d5 60 60 virtual const ast::Stmt * visit( const ast::MutexStmt * ) = 0; 61 61 virtual const ast::Stmt * visit( const ast::CorunStmt * ) = 0; 62 virtual const ast::Stmt * visit( const ast::CoforStmt * ) = 0;63 62 virtual const ast::Expr * visit( const ast::ApplicationExpr * ) = 0; 64 63 virtual const ast::Expr * visit( const ast::UntypedExpr * ) = 0;
Note:
See TracChangeset
for help on using the changeset viewer.