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


Public Member Functions | |
| Assump (const ExprPtr &e, const QualTypePtr &t, const LexicalAnnotation &) | |
| bool | operator== (const Assump &) const |
| const ExprPtr & | expr () const |
| const QualTypePtr & | ty () const |
| void | expr (const ExprPtr &) |
| void | ty (const QualTypePtr &) |
| Expr * | clone () const |
| void | show (std::ostream &out) const |
| void | showAnnotated (std::ostream &out) const |
Public Member Functions inherited from hobbes::ExprCase< Assump > | |
| ExprCase (const LexicalAnnotation &) | |
| bool | operator== (const Expr &rhs) const |
Public Member Functions inherited from hobbes::Expr | |
| virtual | ~Expr () |
| 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 |
Static Public Attributes | |
| static const int | type_case_id = 22 |
Private Attributes | |
| ExprPtr | e |
| QualTypePtr | t |
Additional Inherited Members | |
Public Types inherited from hobbes::ExprCase< Assump > | |
| typedef ExprCase< Assump > | Base |
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 &) | |
| hobbes::Assump::Assump | ( | const ExprPtr & | e, |
| const QualTypePtr & | t, | ||
| const LexicalAnnotation & | la | ||
| ) |
|
virtual |
Implements hobbes::Expr.
| const ExprPtr & hobbes::Assump::expr | ( | ) | const |
| void hobbes::Assump::expr | ( | const ExprPtr & | ne | ) |
|
virtual |
Implements hobbes::ExprCase< Assump >.
|
virtual |
Implements hobbes::Expr.
|
virtual |
Implements hobbes::Expr.
| const QualTypePtr & hobbes::Assump::ty | ( | ) | const |
| void hobbes::Assump::ty | ( | const QualTypePtr & | nt | ) |
|
private |
|
private |
|
static |
1.8.13