Package org.antlr.tool
Class GrammarReport
java.lang.Object
org.antlr.tool.GrammarReport
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static String[]
decodeReportData
(String data) protected String
getDFALocations
(Set dfas) Create a single-line stats report about this grammar suitable to send to the notify page at antlr.orgtoString()
Given a stats line suitable for sending to the antlr.org site, return a human-readable version.static String
-
Field Details
-
Version
Because I may change the stats, I need to track that for later computations to be consistent.- See Also:
-
GRAMMAR_STATS_FILENAME
- See Also:
-
NUM_GRAMMAR_STATS
public static final int NUM_GRAMMAR_STATS- See Also:
-
newline
-
grammar
-
-
Constructor Details
-
GrammarReport
-
-
Method Details
-
toNotifyString
Create a single-line stats report about this grammar suitable to send to the notify page at antlr.org -
getBacktrackingReport
-
getAnalysisTimeoutReport
-
getDFALocations
-
toString
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. -
decodeReportData
-
toString
-