Class ACyclicDFACodeGenerator


  • public class ACyclicDFACodeGenerator
    extends java.lang.Object
    • Constructor Detail

      • ACyclicDFACodeGenerator

        public ACyclicDFACodeGenerator​(CodeGenerator parent)
    • Method Detail

      • genFixedLookaheadDecision

        public org.stringtemplate.v4.ST genFixedLookaheadDecision​(org.stringtemplate.v4.STGroup templates,
                                                                  DFA dfa)
      • walkFixedDFAGeneratingStateMachine

        protected org.stringtemplate.v4.ST walkFixedDFAGeneratingStateMachine​(org.stringtemplate.v4.STGroup templates,
                                                                              DFA dfa,
                                                                              DFAState s,
                                                                              int k)