|
Grammatica 1.5 Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
System.Object
|
+--DFAState
in TokenStringDFA.csAn automaton state. This class represents a state in the DFA graph.
| Field Summary | |
internal TransitionTree |
tree
The automaton state transition tree. |
internal TokenPattern |
value
The token pattern matched at this state. |
| Field Detail |
internal TransitionTree tree;
internal TokenPattern value;
|
Grammatica 1.5 Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||