Rosetta
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 VirtualBase. More...
 
- Public Member Functions inherited from utility::VirtualBase
 VirtualBase ()=default
 Default constructor. More...
 
virtual ~VirtualBase ()=default
 The virtual destructor is one of the main reasons for the VirtualBase class. More...
 
 VirtualBase (VirtualBase const &)=default
 
 VirtualBase (VirtualBase &&)=default
 
VirtualBaseoperator= (VirtualBase const &)=default
 
VirtualBaseoperator= (VirtualBase &&)=default
 

Private Attributes

TokenType rest_expression_token_
 
std::list< ArithmeticASTNodeCOPchildren_
 

Constructor & Destructor Documentation

◆ ArithmeticASTRestExpression()

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

Member Function Documentation

◆ children_begin()

std::list< ArithmeticASTNodeCOP >::const_iterator numeric::expression_parser::ArithmeticASTRestExpression::children_begin ( ) const

◆ children_end()

std::list< ArithmeticASTNodeCOP >::const_iterator numeric::expression_parser::ArithmeticASTRestExpression::children_end ( ) const

◆ parse()

void numeric::expression_parser::ArithmeticASTRestExpression::parse ( TokenSet tokens)
virtual

◆ rest_expression_token()

TokenType numeric::expression_parser::ArithmeticASTRestExpression::rest_expression_token ( ) const

◆ visit()

void numeric::expression_parser::ArithmeticASTRestExpression::visit ( ASTVisitor visitor) const
overridevirtual

Member Data Documentation

◆ children_

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

◆ rest_expression_token_

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: