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

Public Member Functions | |
| ArithmeticASTRestExpression () | |
| 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_expression_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_expression_token_ |
| std::list< ArithmeticASTNodeCOP > | children_ |
| numeric::expression_parser::ArithmeticASTRestExpression::ArithmeticASTRestExpression | ( | ) |
| std::list< ArithmeticASTNodeCOP >::const_iterator numeric::expression_parser::ArithmeticASTRestExpression::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::ArithmeticASTRestExpression::children_end | ( | ) | const |
References children_.
Referenced by numeric::expression_parser::ASTPrinter::visit(), and numeric::expression_parser::ExpressionCreator::visit().
|
virtual |
| TokenType numeric::expression_parser::ArithmeticASTRestExpression::rest_expression_token | ( | ) | const |
|
overridevirtual |
Implements numeric::expression_parser::ArithmeticASTNode.
References numeric::expression_parser::ASTVisitor::visit().
|
private |
Referenced by children_begin(), children_end(), parse(), and rest_expression_token().
|
private |
Referenced by parse(), and rest_expression_token().
1.8.7