![]() |
Rosetta Utilities
2014.16.56682
|
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 |
Public Member Functions inherited from utility::pointer::ReferenceCount | |
| void | ctor () |
| virtual | ~ReferenceCount () |
| Destructor. More... | |
| Size | ref_count () const |
| Reference count. More... | |
Additional Inherited Members | |
Public Types inherited from utility::pointer::ReferenceCount | |
| typedef platform::Size | Size |
| typedef platform::Size | size_type |
Protected Member Functions inherited from utility::pointer::ReferenceCount | |
| 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().
1.8.7