| |
|
| java.lang.Object org.antlr.tool.GrammarReport
GrammarReport | public class GrammarReport (Code) | | |
GRAMMAR_STATS_FILENAME | final public static String GRAMMAR_STATS_FILENAME(Code) | | |
NUM_GRAMMAR_STATS | final public static int NUM_GRAMMAR_STATS(Code) | | |
Version | final public static String Version(Code) | | Because I may change the stats, I need to track that for later
computations to be consistent.
|
getBacktrackingReport | public String getBacktrackingReport()(Code) | | |
getEarlyTerminationReport | public String getEarlyTerminationReport()(Code) | | |
toNotifyString | public String toNotifyString()(Code) | | Create a single-line stats report about this grammar suitable to
send to the notify page at antlr.org
|
toString | public String toString()(Code) | | Given a stats line suitable for sending to the antlr.org site,
return a human-readable version. Return null if there is a
problem with the data.
|
|
|
|