|
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 |
Public Member Functions inherited from hobbes::LexicallyAnnotated | |
| 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 Public Member Functions inherited from hobbes::LexicallyAnnotated | |
| 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.
1.8.13