![]() |
Rosetta Utilities
2014.16.56682
|
#include <Arithmetic.hh>
Public Member Functions | |
| ~ArithmeticASTFactor () | |
| virtual void | visit (ASTVisitor &visitor) const |
| virtual void | parse (TokenSet &tokens) |
| ArithmeticASTNodeCOP | child () 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 | |
| ArithmeticASTNodeCOP | child_ |
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::ArithmeticASTFactor::~ArithmeticASTFactor | ( | ) |
| ArithmeticASTNodeCOP numeric::expression_parser::ArithmeticASTFactor::child | ( | ) | const |
References child_.
Referenced by numeric::expression_parser::ASTPrinter::visit(), and numeric::expression_parser::ExpressionCreator::visit().
|
virtual |
References child_, numeric::expression_parser::FUNCTION, numeric::expression_parser::LEFT_PAREN, numeric::expression_parser::LITERAL, numeric::expression_parser::TokenSet::log_error(), 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.
|
virtual |
Implements numeric::expression_parser::ArithmeticASTNode.
References numeric::expression_parser::ASTVisitor::visit().
|
private |
1.8.7