org.antlr.tool
Class GrammarReport2

java.lang.Object
  extended by 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 Summary
static String newline
           
 Grammar root
           
 
Constructor Summary
GrammarReport2(Grammar rootGrammar)
           
 
Method Summary
 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 String newline

root

public Grammar root
Constructor Detail

GrammarReport2

public GrammarReport2(Grammar rootGrammar)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.