|
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 |
Public Member Functions inherited from hobbes::ModuleDefCase< MVarDef > | |
| ModuleDefCase (const LexicalAnnotation &) | |
Public Member Functions inherited from hobbes::ModuleDef | |
| virtual | ~ModuleDef () |
| 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 = 3 |
Private Attributes | |
| str::seq | vargl |
| ExprPtr | expr |
Additional Inherited Members | |
Public Types inherited from hobbes::ModuleDefCase< MVarDef > | |
| typedef ModuleDefCase< MVarDef > | 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::ModuleDef | |
| 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 |
1.8.13