#include <regexp_close.h>
Definition at line 9 of file regexp_close.h.
re2c::CloseOp::CloseOp |
( |
RegExp * |
e | ) |
|
|
inline |
uint32_t re2c::CloseOp::calc_size |
( |
| ) |
const |
|
virtual |
Implements re2c::RegExp.
Definition at line 39 of file nfa.cc.
41 nfa_state_t *s = &nfa.states[nfa.size++];
42 s->alt(t, exp->
compile(nfa, s));
virtual nfa_state_t * compile(nfa_t &nfa, nfa_state_t *n)=0
void re2c::CloseOp::display |
( |
std::ostream & |
o | ) |
const |
|
virtual |
re2c::CloseOp::FORBID_COPY |
( |
CloseOp |
| ) |
|
void re2c::CloseOp::split |
( |
std::set< uint32_t > & |
cs | ) |
|
|
virtual |
The documentation for this class was generated from the following files: