程序包 org.antlr.tool

类 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 *)
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      static java.lang.String newline  
      Grammar root  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      java.lang.String toString()  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 字段详细资料

      • newline

        public static final java.lang.String newline
    • 构造器详细资料

      • GrammarReport2

        public GrammarReport2​(Grammar rootGrammar)
    • 方法详细资料

      • toString

        public java.lang.String toString()
        覆盖:
        toString 在类中 java.lang.Object