hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
|
#include <module.H>
Public Member Functions | |
MImport (const std::string &, const std::string &, const LexicalAnnotation &) | |
const std::string & | path () const |
const std::string & | name () const |
void | show (std::ostream &) 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 = 0 |
Private Attributes | |
std::string | p |
std::string | n |
Additional Inherited Members | |
![]() | |
typedef ModuleDefCase< MImport > | 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::MImport::MImport | ( | const std::string & | p, |
const std::string & | n, | ||
const LexicalAnnotation & | la | ||
) |
const std::string & hobbes::MImport::name | ( | ) | const |
const std::string & hobbes::MImport::path | ( | ) | const |
|
virtual |
Implements hobbes::ModuleDef.
|
private |
|
private |
|
static |