|
FAUST compiler
0.9.9.6b8
|
Public Member Functions | |
| State () | |
| State (const State &state) | |
| State & | operator= (const State &state) |
Public Attributes | |
| int | s |
| bool | match_num |
| list< Rule > | rules |
| list< Trans > | trans |
Definition at line 133 of file patternmatcher.cpp.
| State::State | ( | ) | [inline] |
| State::State | ( | const State & | state | ) | [inline] |
| bool State::match_num |
Definition at line 135 of file patternmatcher.cpp.
Referenced by Automaton::build(), and operator=().
| list<Rule> State::rules |
Definition at line 136 of file patternmatcher.cpp.
Referenced by make_pattern_matcher(), make_state(), make_var_state(), merge_state(), and operator=().
| int State::s |
Definition at line 134 of file patternmatcher.cpp.
Referenced by Automaton::build(), and operator=().
| list<Trans> State::trans |
Definition at line 137 of file patternmatcher.cpp.
Referenced by Automaton::build(), make_state(), make_var_state(), merge_state(), and operator=().
1.8.0