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

Public Member Functions | |
| ArithmeticASTFactor () | |
| ~ArithmeticASTFactor () override | |
| void | visit (ASTVisitor &visitor) const override |
| virtual void | parse (TokenSet &tokens) |
| ArithmeticASTNodeCOP | child () const |
| TokenType | not_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 | not_token_ |
| ArithmeticASTNodeCOP | child_ |
| numeric::expression_parser::ArithmeticASTFactor::ArithmeticASTFactor | ( | ) |
|
overridedefault |
| ArithmeticASTNodeCOP numeric::expression_parser::ArithmeticASTFactor::child | ( | ) | const |
References child_.
Referenced by parse(), numeric::expression_parser::ASTPrinter::visit(), and numeric::expression_parser::ExpressionCreator::visit().
| TokenType numeric::expression_parser::ArithmeticASTFactor::not_token | ( | ) | const |
References not_token_.
Referenced by numeric::expression_parser::ASTPrinter::visit(), and numeric::expression_parser::ExpressionCreator::visit().
|
virtual |
References child(), child_, numeric::expression_parser::FUNCTION, numeric::expression_parser::LEFT_PAREN, numeric::expression_parser::LITERAL, numeric::expression_parser::TokenSet::log_error(), numeric::expression_parser::NOT_SYMBOL, not_token_, numeric::expression_parser::TokenSet::pop(), numeric::expression_parser::RIGHT_PAREN, numeric::expression_parser::token_type_name(), numeric::expression_parser::TokenSet::top(), utility_exit_with_message, and numeric::expression_parser::VARIABLE.
|
overridevirtual |
Implements numeric::expression_parser::ArithmeticASTNode.
References numeric::expression_parser::ASTVisitor::visit().
|
private |
|
private |
Referenced by not_token(), and parse().
1.8.7