hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
|
#include <expr.H>
Public Member Functions | |
Assign (const ExprPtr &lhs, const ExprPtr &rhs, const LexicalAnnotation &) | |
bool | operator== (const Assign &) const |
const ExprPtr & | left () const |
const ExprPtr & | right () const |
void | left (const ExprPtr &) |
void | right (const ExprPtr &) |
Expr * | clone () const |
void | show (std::ostream &out) const |
void | showAnnotated (std::ostream &out) const |
![]() | |
ExprCase (const LexicalAnnotation &) | |
bool | operator== (const Expr &rhs) const |
![]() | |
virtual | ~Expr () |
const QualTypePtr & | type () const |
void | type (const QualTypePtr &ty) |
int | case_id () const |
![]() | |
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 = 14 |
Private Attributes | |
ExprPtr | lhs |
ExprPtr | rhs |
Additional Inherited Members | |
![]() | |
typedef ExprCase< Assign > | Base |
![]() | |
static void | pushFileContext (const std::string &) |
static void | pushLiteralContext (const std::string &) |
static void | popContext () |
static LexicalAnnotation | make (const Pos &, const Pos &) |
![]() | |
Expr (int cid, const LexicalAnnotation &) | |
hobbes::Assign::Assign | ( | const ExprPtr & | lhs, |
const ExprPtr & | rhs, | ||
const LexicalAnnotation & | la | ||
) |
|
virtual |
Implements hobbes::Expr.
const ExprPtr & hobbes::Assign::left | ( | ) | const |
void hobbes::Assign::left | ( | const ExprPtr & | nlhs | ) |
|
virtual |
Implements hobbes::ExprCase< Assign >.
const ExprPtr & hobbes::Assign::right | ( | ) | const |
void hobbes::Assign::right | ( | const ExprPtr & | nrhs | ) |
|
virtual |
Implements hobbes::Expr.
|
virtual |
Implements hobbes::Expr.
|
private |
|
private |
|
static |