hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
|
#include <expr.H>
Public Member Functions | |
AIndex (const ExprPtr &, const ExprPtr &, const LexicalAnnotation &) | |
bool | operator== (const AIndex &) const |
const ExprPtr & | array () const |
const ExprPtr & | index () const |
void | array (const ExprPtr &) |
void | index (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 = 18 |
Private Attributes | |
ExprPtr | arr |
ExprPtr | i |
Additional Inherited Members | |
![]() | |
typedef ExprCase< AIndex > | 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::AIndex::AIndex | ( | const ExprPtr & | arr, |
const ExprPtr & | i, | ||
const LexicalAnnotation & | la | ||
) |
const ExprPtr & hobbes::AIndex::array | ( | ) | const |
void hobbes::AIndex::array | ( | const ExprPtr & | na | ) |
|
virtual |
Implements hobbes::Expr.
const ExprPtr & hobbes::AIndex::index | ( | ) | const |
void hobbes::AIndex::index | ( | const ExprPtr & | ni | ) |
|
virtual |
Implements hobbes::ExprCase< AIndex >.
|
virtual |
Implements hobbes::Expr.
|
virtual |
Implements hobbes::Expr.
|
private |
|
private |
|
static |