#include <Arithmetic.hh>
◆ ArithmeticASTFactor()
| numeric::expression_parser::ArithmeticASTFactor::ArithmeticASTFactor |
( |
| ) |
|
◆ ~ArithmeticASTFactor()
| numeric::expression_parser::ArithmeticASTFactor::~ArithmeticASTFactor |
( |
| ) |
|
|
overridedefault |
◆ child()
◆ not_token()
| TokenType numeric::expression_parser::ArithmeticASTFactor::not_token |
( |
| ) |
const |
◆ parse()
| void numeric::expression_parser::ArithmeticASTFactor::parse |
( |
TokenSet & |
tokens | ) |
|
|
virtual |
References child(), child_, closure_error::error, func, 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.
◆ visit()
| void numeric::expression_parser::ArithmeticASTFactor::visit |
( |
ASTVisitor & |
visitor | ) |
const |
|
overridevirtual |
◆ child_
◆ not_token_
| TokenType numeric::expression_parser::ArithmeticASTFactor::not_token_ |
|
private |
The documentation for this class was generated from the following files: