![]() |
Rosetta Utilities
2014.35
|
Base class for Abstract Syntax Tree (AST) for the simple Arithmetic language defined here. More...
#include <Arithmetic.hh>
Public Member Functions | |
virtual | ~ArithmeticASTNode () |
Automatically generated virtual destructor for class deriving directly from ReferenceCount. More... | |
virtual void | visit (ASTVisitor &visitor) const =0 |
![]() | |
void | ctor () |
virtual | ~ReferenceCount () |
Destructor. More... | |
Size | ref_count () const |
Reference count. More... | |
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... | |
Base class for Abstract Syntax Tree (AST) for the simple Arithmetic language defined here.
|
virtual |
Automatically generated virtual destructor for class deriving directly from ReferenceCount.
Auto-generated virtual destructor
|
pure virtual |
Implemented in numeric::expression_parser::ArithmeticASTRestExpression, numeric::expression_parser::ArithmeticASTRestTerm, numeric::expression_parser::ArithmeticASTValue, numeric::expression_parser::ArithmeticASTFactor, numeric::expression_parser::ArithmeticASTTerm, numeric::expression_parser::ArithmeticASTFunction, and numeric::expression_parser::ArithmeticASTExpression.
Referenced by numeric::expression_parser::ASTPrinter::ast_string(), and numeric::expression_parser::ASTPrinter::visit().