|
src
|
#include <go.h>

Public Types | |
| enum | type_t { BINARY, LINEAR } |
Public Member Functions | |
| If (type_t t, const Span *sp, uint32_t nsp, const State *next) | |
| ~If () | |
| void | emit (OutputFile &o, uint32_t ind, bool &readCh) |
| void | used_labels (std::set< label_t > &used) |
Public Attributes | |
| enum re2c::If::type_t | type |
| union { | |
| Binary * binary | |
| Linear * linear | |
| } | info |
| enum re2c::If::type_t |
Definition at line 105 of file go_construct.cc.
| re2c::If::~If | ( | ) |
Definition at line 30 of file go_destruct.cc.
| void re2c::If::emit | ( | OutputFile & | o, |
| uint32_t | ind, | ||
| bool & | readCh | ||
| ) |
Definition at line 135 of file go_emit.cc.

| void re2c::If::used_labels | ( | std::set< label_t > & | used | ) |
Definition at line 36 of file go_used_labels.cc.

| union { ... } re2c::If::info |
| enum re2c::If::type_t re2c::If::type |
1.8.10