![]() |
Rosetta Utilities
2014.16.56682
|
#include <Arithmetic.hh>
Public Member Functions | |
| ~ArithmeticASTFunction () | |
| virtual void | visit (ASTVisitor &visitor) const |
| virtual void | parse (TokenSet &tokens) |
| FunctionTokenCOP | function () const |
| std::list < ArithmeticASTNodeCOP > ::const_iterator | children_begin () const |
| std::list < ArithmeticASTNodeCOP > ::const_iterator | children_end () const |
Public Member Functions inherited from numeric::expression_parser::ArithmeticASTNode | |
| virtual | ~ArithmeticASTNode () |
| Automatically generated virtual destructor for class deriving directly from ReferenceCount. More... | |
Public Member Functions inherited from utility::pointer::ReferenceCount | |
| void | ctor () |
| virtual | ~ReferenceCount () |
| Destructor. More... | |
| Size | ref_count () const |
| Reference count. More... | |
Private Attributes | |
| FunctionTokenCOP | function_ |
| std::list< ArithmeticASTNodeCOP > | children_ |
Additional Inherited Members | |
Public Types inherited from utility::pointer::ReferenceCount | |
| typedef platform::Size | Size |
| typedef platform::Size | size_type |
Protected Member Functions inherited from utility::pointer::ReferenceCount | |
| ReferenceCount () | |
| Default constructor. More... | |
| ReferenceCount (ReferenceCount const &) | |
| Copy constructor. More... | |
| ReferenceCount & | operator= (ReferenceCount const &) |
| Copy assignment. More... | |
| numeric::expression_parser::ArithmeticASTFunction::~ArithmeticASTFunction | ( | ) |
| std::list< ArithmeticASTNodeCOP >::const_iterator numeric::expression_parser::ArithmeticASTFunction::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::ArithmeticASTFunction::children_end | ( | ) | const |
References children_.
Referenced by numeric::expression_parser::ASTPrinter::visit(), and numeric::expression_parser::ExpressionCreator::visit().
| FunctionTokenCOP numeric::expression_parser::ArithmeticASTFunction::function | ( | ) | const |
References function_, and utility_exit_with_message.
Referenced by numeric::expression_parser::ASTPrinter::visit(), and numeric::expression_parser::ExpressionCreator::visit().
|
virtual |
References children_, numeric::expression_parser::COMMA, numeric::expression_parser::TokenSet::empty(), numeric::expression_parser::FUNCTION, function_, numeric::expression_parser::LEFT_PAREN, numeric::expression_parser::TokenSet::log_error(), numeric::expression_parser::TokenSet::pop(), numeric::expression_parser::RIGHT_PAREN, numeric::expression_parser::TokenSet::top(), and utility_exit_with_message.
|
virtual |
Implements numeric::expression_parser::ArithmeticASTNode.
References numeric::expression_parser::ASTVisitor::visit().
|
private |
Referenced by children_begin(), children_end(), and parse().
|
private |
Referenced by function(), and parse().
1.8.7