Class GrammarReport2

java.lang.Object
org.antlr.tool.GrammarReport2

public class GrammarReport2 extends Object
Simplifying report dramatically for LL(*) paper. Old results were wrong anyway it seems. We need: percent decisions that potentially backtrack histogram of regular lookahead depth (int k or *)
  • Field Details

    • newline

      public static final String newline
    • root

      public Grammar root
  • Constructor Details

    • GrammarReport2

      public GrammarReport2(Grammar rootGrammar)
  • Method Details