|
hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
|
#include <expr.H>


Public Types | |
| typedef ExprCase< Case > | Base |
Public Member Functions | |
| ExprCase (const LexicalAnnotation &) | |
| virtual bool | operator== (const Case &) const =0 |
| bool | operator== (const Expr &rhs) const |
Public Member Functions inherited from hobbes::Expr | |
| virtual | ~Expr () |
| virtual void | show (std::ostream &) const =0 |
| virtual void | showAnnotated (std::ostream &) const =0 |
| virtual Expr * | clone () const =0 |
| const QualTypePtr & | type () const |
| void | type (const QualTypePtr &ty) |
| int | case_id () const |
Public Member Functions inherited from hobbes::LexicallyAnnotated | |
| LexicallyAnnotated (const LexicallyAnnotated &) | |
| LexicallyAnnotated (const LexicalAnnotation &) | |
| LexicallyAnnotated (const LexRange &) | |
| LexicallyAnnotated (const Pos &, const Pos &) | |
| const LexicalAnnotation & | la () const |
Additional Inherited Members | |
Static Public Member Functions inherited from hobbes::LexicallyAnnotated | |
| static void | pushFileContext (const std::string &) |
| static void | pushLiteralContext (const std::string &) |
| static void | popContext () |
| static LexicalAnnotation | make (const Pos &, const Pos &) |
Protected Member Functions inherited from hobbes::Expr | |
| Expr (int cid, const LexicalAnnotation &) | |
| typedef ExprCase<Case> hobbes::ExprCase< Case >::Base |
| hobbes::ExprCase< Case >::ExprCase | ( | const LexicalAnnotation & | la | ) |
|
pure virtual |
|
inlinevirtual |
Implements hobbes::Expr.
1.8.13