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

#include <Arithmetic.hh>

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

Public Member Functions

 ArithmeticASTRestAndClause ()
 
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_and_clause_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_and_clause_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::ArithmeticASTRestAndClause::ArithmeticASTRestAndClause ( )

Member Function Documentation

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

Member Data Documentation

std::list< ArithmeticASTNodeCOP > numeric::expression_parser::ArithmeticASTRestAndClause::children_
private

Referenced by children_begin(), children_end(), and parse().

TokenType numeric::expression_parser::ArithmeticASTRestAndClause::rest_and_clause_token_
private

Referenced by parse(), and rest_and_clause_token().


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