|
src
|
#include <go.h>

Public Types | |
| enum | { EMPTY, SWITCH_IF, BITMAP, CPGOTO, DOT } |
Public Member Functions | |
| Go () | |
| ~Go () | |
| void | init (const State *from) |
| void | emit (OutputFile &o, uint32_t ind, bool &readCh) |
| void | used_labels (std::set< label_t > &used) |
| Go (const Go &g) | |
| Go & | operator= (const Go &g) |
Public Attributes | |
| uint32_t | nSpans |
| Span * | span |
| enum re2c::Go:: { ... } | type |
| union { | |
| SwitchIf * switchif | |
| GoBitmap * bitmap | |
| Cpgoto * cpgoto | |
| Dot * dot | |
| } | info |
| anonymous enum |
| re2c::Go::Go | ( | ) |
Definition at line 183 of file go_construct.cc.
| re2c::Go::~Go | ( | ) |
|
inline |
| void re2c::Go::emit | ( | OutputFile & | o, |
| uint32_t | ind, | ||
| bool & | readCh | ||
| ) |
| void re2c::Go::init | ( | const State * | from | ) |
Definition at line 190 of file go_construct.cc.

| void re2c::Go::used_labels | ( | std::set< label_t > & | used | ) |
| union { ... } re2c::Go::info |
| enum { ... } re2c::Go::type |
1.8.10