Overview   Project   Class   Tree   Deprecated   Index 
Grammatica 1.5 Documentation
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

PerCederberg.Grammatica.Runtime
Class DFAState

System.Object
   |
   +--DFAState

   in TokenStringDFA.cs

internal class DFAState
extends System.Object

An automaton state. This class represents a state in the DFA graph.

Since:
1.5

Field Summary
 internal TransitionTree tree
          The automaton state transition tree.
 internal TokenPattern value
          The token pattern matched at this state.
 

Field Detail

tree

 internal TransitionTree tree;
The automaton state transition tree. Each transition from one state to another is added to the tree with the corresponding character.

value

 internal TokenPattern value;
The token pattern matched at this state.

 Overview   Project   Class   Tree   Deprecated   Index 
Grammatica 1.5 Documentation
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD