hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
|
#include <module.H>
Public Member Functions | |
MVarDef (const str::seq &vargl, const ExprPtr &e, const LexicalAnnotation &) | |
const str::seq & | varWithArgs () const |
const ExprPtr & | varExpr () const |
void | show (std::ostream &out) const |
![]() | |
ModuleDefCase (const LexicalAnnotation &) | |
![]() | |
virtual | ~ModuleDef () |
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 = 3 |
Private Attributes | |
str::seq | vargl |
ExprPtr | expr |
Additional Inherited Members | |
![]() | |
typedef ModuleDefCase< MVarDef > | Base |
![]() | |
static void | pushFileContext (const std::string &) |
static void | pushLiteralContext (const std::string &) |
static void | popContext () |
static LexicalAnnotation | make (const Pos &, const Pos &) |
![]() | |
ModuleDef (int cid, const LexicalAnnotation &) | |
hobbes::MVarDef::MVarDef | ( | const str::seq & | vargl, |
const ExprPtr & | e, | ||
const LexicalAnnotation & | la | ||
) |
|
virtual |
Implements hobbes::ModuleDef.
const ExprPtr & hobbes::MVarDef::varExpr | ( | ) | const |
const str::seq & hobbes::MVarDef::varWithArgs | ( | ) | const |
|
private |
|
static |
|
private |