Changes in src/AST/Visitor.hpp [b0d9ff7:f6e6a55]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Visitor.hpp
rb0d9ff7 rf6e6a55 59 59 virtual const ast::Expr * visit( const ast::UntypedExpr * ) = 0; 60 60 virtual const ast::Expr * visit( const ast::NameExpr * ) = 0; 61 virtual const ast::Expr * visit( const ast::QualifiedNameExpr * ) = 0;62 61 virtual const ast::Expr * visit( const ast::AddressExpr * ) = 0; 63 62 virtual const ast::Expr * visit( const ast::LabelAddressExpr * ) = 0;
Note:
See TracChangeset
for help on using the changeset viewer.