Class GrammarReport


  • public class GrammarReport
    extends Object
    • Constructor Detail

      • GrammarReport

        public GrammarReport​(Grammar grammar)
    • Method Detail

      • toNotifyString

        public String toNotifyString()
        Create a single-line stats report about this grammar suitable to send to the notify page at antlr.org
      • getBacktrackingReport

        public String getBacktrackingReport()
      • getAnalysisTimeoutReport

        public String getAnalysisTimeoutReport()
      • getDFALocations

        protected String getDFALocations​(Set dfas)
      • toString

        public String 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.
        Overrides:
        toString in class Object
      • decodeReportData

        protected static String[] decodeReportData​(String data)
      • toString

        public static String toString​(String notifyDataLine)