hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
|
#include <module.H>
Public Types | |
typedef ModuleDefCase< Case > | Base |
Public Member Functions | |
ModuleDefCase (const LexicalAnnotation &) | |
![]() | |
virtual | ~ModuleDef () |
virtual void | show (std::ostream &) const =0 |
int | case_id () const |
![]() | |
LexicallyAnnotated (const LexicallyAnnotated &) | |
LexicallyAnnotated (const LexicalAnnotation &) | |
LexicallyAnnotated (const LexRange &) | |
LexicallyAnnotated (const Pos &, const Pos &) | |
const LexicalAnnotation & | la () const |
Additional Inherited Members | |
![]() | |
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 &) | |
typedef ModuleDefCase<Case> hobbes::ModuleDefCase< Case >::Base |
hobbes::ModuleDefCase< Case >::ModuleDefCase | ( | const LexicalAnnotation & | la | ) |