hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
|
#include <grammar.H>
Public Member Functions | |
GrammarValue (const LexicallyAnnotated &) | |
virtual void | show (std::ostream &) const =0 |
![]() | |
LexicallyAnnotated (const LexicallyAnnotated &) | |
LexicallyAnnotated (const LexicalAnnotation &) | |
LexicallyAnnotated (const LexRange &) | |
LexicallyAnnotated (const Pos &, const Pos &) | |
const LexicalAnnotation & | la () const |
Private Member Functions | |
GrammarValue () | |
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 &) |
hobbes::GrammarValue::GrammarValue | ( | const LexicallyAnnotated & | la | ) |
|
private |
|
pure virtual |
Implemented in hobbes::GStr, and hobbes::GSymRef.