![]() |
Rosetta
2021.16
|
#include <Arithmetic.hh>

Public Member Functions | |
| ArithmeticASTRestOrClause () | |
| void | visit (ASTVisitor &visitor) const override |
| virtual void | parse (TokenSet &tokens) |
| std::list < ArithmeticASTNodeCOP > ::const_iterator | children_begin () const |
| std::list < ArithmeticASTNodeCOP > ::const_iterator | children_end () const |
| TokenType | rest_or_clause_token () const |
Public Member Functions inherited from numeric::expression_parser::ArithmeticASTNode | |
| ~ArithmeticASTNode () override | |
| Automatically generated virtual destructor for class deriving directly from VirtualBase. More... | |
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 |
Private Attributes | |
| TokenType | rest_or_clause_token_ |
| std::list< ArithmeticASTNodeCOP > | children_ |
| numeric::expression_parser::ArithmeticASTRestOrClause::ArithmeticASTRestOrClause | ( | ) |
| std::list< ArithmeticASTNodeCOP >::const_iterator numeric::expression_parser::ArithmeticASTRestOrClause::children_begin | ( | ) | const |
References children_.
Referenced by numeric::expression_parser::ASTPrinter::visit(), and numeric::expression_parser::ExpressionCreator::visit().
| std::list< ArithmeticASTNodeCOP >::const_iterator numeric::expression_parser::ArithmeticASTRestOrClause::children_end | ( | ) | const |
References children_.
Referenced by numeric::expression_parser::ASTPrinter::visit(), and numeric::expression_parser::ExpressionCreator::visit().
|
virtual |
| TokenType numeric::expression_parser::ArithmeticASTRestOrClause::rest_or_clause_token | ( | ) | const |
References rest_or_clause_token_.
Referenced by numeric::expression_parser::ASTPrinter::visit(), and numeric::expression_parser::ExpressionCreator::visit().
|
overridevirtual |
Implements numeric::expression_parser::ArithmeticASTNode.
References numeric::expression_parser::ASTVisitor::visit().
|
private |
Referenced by children_begin(), children_end(), and parse().
|
private |
Referenced by parse(), and rest_or_clause_token().
1.8.7