Uses of Interface
org.inxar.syntacs.util.Burner

Packages that use Burner
com.inxar.syntacs.automaton.finite Defines classes which implement determinitic finite automata and their construction. 
com.inxar.syntacs.automaton.pushdown Defines classes which implement pushdown automata and their construction. 
com.inxar.syntacs.translator.lr Defines classes which implement LR-specific translation machinery. 
 

Uses of Burner in com.inxar.syntacs.automaton.finite
 

Classes in com.inxar.syntacs.automaton.finite that implement Burner
 class MesoArrayDFABurner
          Utility class which transforms an instance of MesoArrayDFA to a corresponding source code representation.
 

Uses of Burner in com.inxar.syntacs.automaton.pushdown
 

Classes in com.inxar.syntacs.automaton.pushdown that implement Burner
 class MesoArrayDPABurner
          Utility class which transforms an instance of MesoArrayDPA to a corresponding source code representation.
 

Uses of Burner in com.inxar.syntacs.translator.lr
 

Classes in com.inxar.syntacs.translator.lr that implement Burner
 class LRTranslatorGrammarBurner
          A Burner which creates LRTranslatorGrammar implementations.