![]() |
Rosetta
2021.16
|
Base class for Abstract Syntax Tree (AST) for the simple Arithmetic language defined here. More...
#include <Arithmetic.hh>

Public Member Functions | |
| ~ArithmeticASTNode () override | |
| Automatically generated virtual destructor for class deriving directly from VirtualBase. More... | |
| virtual void | visit (ASTVisitor &visitor) const =0 |
Public Member Functions inherited from utility::VirtualBase | |
| VirtualBase ()=default | |
| Default constructor. More... | |
| virtual | ~VirtualBase ()=default |
| The virtual destructor is one of the main reasons for the VirtualBase class. More... | |
| VirtualBase (VirtualBase const &)=default | |
| VirtualBase (VirtualBase &&)=default | |
| VirtualBase & | operator= (VirtualBase const &)=default |
| VirtualBase & | operator= (VirtualBase &&)=default |
Base class for Abstract Syntax Tree (AST) for the simple Arithmetic language defined here.
|
overridedefault |
Automatically generated virtual destructor for class deriving directly from VirtualBase.
Auto-generated virtual destructor
|
pure virtual |
Implemented in numeric::expression_parser::ArithmeticASTRestExpression, numeric::expression_parser::ArithmeticASTRestAndClause, numeric::expression_parser::ArithmeticASTRestOrClause, numeric::expression_parser::ArithmeticASTRestTerm, numeric::expression_parser::ArithmeticASTValue, numeric::expression_parser::ArithmeticASTAndClause, numeric::expression_parser::ArithmeticASTOrClause, numeric::expression_parser::ArithmeticASTFactor, numeric::expression_parser::ArithmeticASTTerm, numeric::expression_parser::ArithmeticASTFunction, and numeric::expression_parser::ArithmeticASTExpression.
Referenced by numeric::expression_parser::ASTPrinter::ast_string(), and numeric::expression_parser::ASTPrinter::visit().
1.8.7