Class ACyclicDFACodeGenerator

java.lang.Object
org.antlr.codegen.ACyclicDFACodeGenerator

public class ACyclicDFACodeGenerator extends Object
  • Field Details

  • Constructor Details

    • ACyclicDFACodeGenerator

      public ACyclicDFACodeGenerator(CodeGenerator parent)
  • Method Details

    • 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)