hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
|
#include <pattern.H>
Public Types | |
typedef PatternCase< Case > | Base |
Public Member Functions | |
PatternCase (const LexicalAnnotation &) | |
![]() | |
virtual void | show (std::ostream &) const =0 |
virtual bool | operator== (const Pattern &) const =0 |
const std::string & | name () const |
void | name (const std::string &) |
int | case_id () const |
![]() | |
LexicallyAnnotated (const LexicallyAnnotated &) | |
LexicallyAnnotated (const LexicalAnnotation &) | |
LexicallyAnnotated (const LexRange &) | |
LexicallyAnnotated (const Pos &, const Pos &) | |
const LexicalAnnotation & | la () const |
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 void | assignSubNames (const std::string &)=0 |
Pattern (int cid, const LexicalAnnotation &) | |
typedef PatternCase<Case> hobbes::PatternCase< Case >::Base |
hobbes::PatternCase< Case >::PatternCase | ( | const LexicalAnnotation & | la | ) |