hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
|
#include <module.H>
Public Member Functions | |
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 |
Protected Member Functions | |
ModuleDef (int cid, const LexicalAnnotation &) | |
Private Attributes | |
int | cid |
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 &) |
|
virtual |
|
protected |
int hobbes::ModuleDef::case_id | ( | ) | const |
|
pure virtual |
Implemented in hobbes::InstanceDef, hobbes::ClassDef, hobbes::MVarDef, hobbes::MVarTypeDef, hobbes::MTypeDef, and hobbes::MImport.
|
private |