Uses of Class
com.inxar.syntacs.automaton.finite.TreeDFA.State

Packages that use TreeDFA.State
com.inxar.syntacs.automaton.finite Defines classes which implement determinitic finite automata and their construction. 
 

Uses of TreeDFA.State in com.inxar.syntacs.automaton.finite
 

Constructors in com.inxar.syntacs.automaton.finite with parameters of type TreeDFA.State
TreeDFA(TreeDFA.State[] table)
          Constructs the TreeDFA from the given State table.