#include <regexp_rule.h>
Definition at line 13 of file regexp_rule.h.
uint32_t re2c::RuleOp::calc_size |
( |
| ) |
const |
|
virtual |
Implements re2c::RegExp.
Definition at line 58 of file nfa.cc.
60 nfa_state_t *s3 = &nfa.states[nfa.size++];
64 nfa_state_t *s2 = &nfa.states[nfa.size++];
68 nfa_state_t *s1 = exp->
compile(nfa, s3);
virtual nfa_state_t * compile(nfa_t &nfa, nfa_state_t *n)=0
virtual uint32_t calc_size() const =0
void re2c::RuleOp::display |
( |
std::ostream & |
o | ) |
const |
|
virtual |
re2c::RuleOp::FORBID_COPY |
( |
RuleOp |
| ) |
|
void re2c::RuleOp::split |
( |
std::set< uint32_t > & |
cs | ) |
|
|
virtual |
const Code* re2c::RuleOp::code |
const Loc re2c::RuleOp::loc |
const std::string re2c::RuleOp::newcond |
The documentation for this class was generated from the following files: