Class GrammarReport2


  • public class GrammarReport2
    extends java.lang.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 Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String newline  
      Grammar root  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • newline

        public static final java.lang.String newline
    • Constructor Detail

      • GrammarReport2

        public GrammarReport2​(Grammar rootGrammar)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object