Rosetta  3.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
numeric::expression_parser::ArithmeticASTRestExpression Class Reference

#include <Arithmetic.hh>

Inheritance diagram for numeric::expression_parser::ArithmeticASTRestExpression:
Inheritance graph
[legend]

Public Member Functions

 ArithmeticASTRestExpression ()
 
void visit (ASTVisitor &visitor) const override
 
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
 
- Public Member Functions inherited from numeric::expression_parser::ArithmeticASTNode
 ~ArithmeticASTNode () override
 Automatically generated virtual destructor for class deriving directly from ReferenceCount. More...
 
- Public Member Functions inherited from utility::pointer::ReferenceCount
 ReferenceCount ()
 Default constructor. More...
 
virtual ~ReferenceCount ()
 

Private Attributes

TokenType rest_expression_token_
 
std::list< ArithmeticASTNodeCOPchildren_
 

Additional Inherited Members

- Public Types inherited from utility::pointer::ReferenceCount
typedef platform::Size Size
 
typedef platform::Size size_type
 

Constructor & Destructor Documentation

numeric::expression_parser::ArithmeticASTRestExpression::ArithmeticASTRestExpression ( )

Member Function Documentation

std::list< ArithmeticASTNodeCOP >::const_iterator numeric::expression_parser::ArithmeticASTRestExpression::children_begin ( ) const
std::list< ArithmeticASTNodeCOP >::const_iterator numeric::expression_parser::ArithmeticASTRestExpression::children_end ( ) const
void numeric::expression_parser::ArithmeticASTRestExpression::parse ( TokenSet tokens)
virtual
TokenType numeric::expression_parser::ArithmeticASTRestExpression::rest_expression_token ( ) const
void numeric::expression_parser::ArithmeticASTRestExpression::visit ( ASTVisitor visitor) const
overridevirtual

Member Data Documentation

std::list< ArithmeticASTNodeCOP > numeric::expression_parser::ArithmeticASTRestExpression::children_
private
TokenType numeric::expression_parser::ArithmeticASTRestExpression::rest_expression_token_
private

Referenced by parse(), and rest_expression_token().


The documentation for this class was generated from the following files: