src
|
#include <go.h>
Public Member Functions | |
Cpgoto (const Span *span, uint32_t nSpans, const Span *hspan, uint32_t hSpans, const State *next) | |
~Cpgoto () | |
void | emit (OutputFile &o, uint32_t ind, bool &readCh) |
void | used_labels (std::set< label_t > &used) |
FORBID_COPY (Cpgoto) | |
Public Attributes | |
SwitchIf * | hgo |
CpgotoTable * | table |
re2c::Cpgoto::Cpgoto | ( | const Span * | span, |
uint32_t | nSpans, | ||
const Span * | hspan, | ||
uint32_t | hSpans, | ||
const State * | next | ||
) |
Definition at line 173 of file go_construct.cc.
re2c::Cpgoto::~Cpgoto | ( | ) |
Definition at line 67 of file go_destruct.cc.
void re2c::Cpgoto::emit | ( | OutputFile & | o, |
uint32_t | ind, | ||
bool & | readCh | ||
) |
Definition at line 220 of file go_emit.cc.
re2c::Cpgoto::FORBID_COPY | ( | Cpgoto | ) |
void re2c::Cpgoto::used_labels | ( | std::set< label_t > & | used | ) |
Definition at line 83 of file go_used_labels.cc.
CpgotoTable* re2c::Cpgoto::table |