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