CWB
|
Data Fields | |
int | Class |
int | States |
int * | SList |
int | Empty |
int | Shifts |
struct { | |
Symbol LHS | |
int RHS | |
} | ShList |
int Class |
Referenced by AddEquiv(), AddState(), MergeStates(), regex2dfa(), and WriteStates().
int Empty |
Referenced by FormState(), MergeStates(), regex2dfa(), and WriteStates().
Symbol LHS |
Referenced by FormState(), MergeStates(), regex2dfa(), and WriteStates().
int RHS |
Referenced by FormState(), MergeStates(), regex2dfa(), and WriteStates().
int Shifts |
Referenced by FormState(), MergeStates(), regex2dfa(), and WriteStates().
struct { ... } * ShList |
Referenced by FormState(), MergeStates(), regex2dfa(), and WriteStates().
int * SList |
Referenced by AddState(), and FormState().
int States |
Referenced by AddState(), and FormState().