#include <basic_dfa_spec.hh>
Collaboration diagram for BasicDfaSpec::t_State:

Public Methods | |
| t_State () | |
| void | addTransition (unsigned char on, unsigned int to) |
| void | dump (ostream &os) |
Public Attributes | |
| vector<Transition> | transitions |
| bool | isFinal |
| int | tokId |
Definition at line 94 of file basic_dfa_spec.hh.
|
|
Definition at line 97 of file basic_dfa_spec.hh. |
|
|
Definition at line 100 of file basic_dfa_spec.hh. |
|
|
Referenced by BasicDfaSpec::dump().
|
|
|
The "valid" transitions from this state. We assume that if a transitions on a certain input character isn't here then it defaults to the "error" transition. Definition at line 114 of file basic_dfa_spec.hh. |
|
|
True if this is an accepting state. Definition at line 119 of file basic_dfa_spec.hh. |
|
|
If this state is an accepting state, this indicates the matched token's id. Definition at line 125 of file basic_dfa_spec.hh. |
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001