#include <regexp_cat.h>
Definition at line 9 of file regexp_cat.h.
uint32_t re2c::CatOp::calc_size |
( |
| ) |
const |
|
virtual |
Implements re2c::RegExp.
Definition at line 32 of file nfa.cc.
34 nfa_state_t *s2 = exp2->
compile(nfa, t);
35 nfa_state_t *s1 = exp1->
compile(nfa, s2);
virtual nfa_state_t * compile(nfa_t &nfa, nfa_state_t *n)=0
void re2c::CatOp::display |
( |
std::ostream & |
o | ) |
const |
|
virtual |
uint32_t re2c::CatOp::fixedLength |
( |
| ) |
|
|
virtual |
re2c::CatOp::FORBID_COPY |
( |
CatOp |
| ) |
|
void re2c::CatOp::split |
( |
std::set< uint32_t > & |
cs | ) |
|
|
virtual |
The documentation for this class was generated from the following files: