![]() |
Rosetta Utilities
2014.35
|
#include <Arithmetic.hh>
Public Member Functions | |
ArithmeticASTRestExpression () | |
virtual void | visit (ASTVisitor &visitor) const |
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 |
![]() | |
virtual | ~ArithmeticASTNode () |
Automatically generated virtual destructor for class deriving directly from ReferenceCount. More... | |
![]() | |
void | ctor () |
virtual | ~ReferenceCount () |
Destructor. More... | |
Size | ref_count () const |
Reference count. More... | |
Private Attributes | |
TokenType | rest_expression_token_ |
std::list< ArithmeticASTNodeCOP > | children_ |
Additional Inherited Members | |
![]() | |
typedef platform::Size | Size |
typedef platform::Size | size_type |
![]() | |
ReferenceCount () | |
Default constructor. More... | |
ReferenceCount (ReferenceCount const &) | |
Copy constructor. More... | |
ReferenceCount & | operator= (ReferenceCount const &) |
Copy assignment. More... | |
numeric::expression_parser::ArithmeticASTRestExpression::ArithmeticASTRestExpression | ( | ) |
Referenced by parse().
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 |
References ArithmeticASTRestExpression(), children_, numeric::expression_parser::TokenSet::empty(), numeric::expression_parser::PLUS_SYMBOL, numeric::expression_parser::TokenSet::pop(), rest_expression_token_, numeric::expression_parser::SUBTRACT_SYMBOL, and numeric::expression_parser::TokenSet::top().
TokenType numeric::expression_parser::ArithmeticASTRestExpression::rest_expression_token | ( | ) | const |
|
virtual |
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().