Interface ErrorManager

    • Method Detail

      • report

        void report​(GssError error)
        Report an error message that makes compilation fail.
      • reportWarning

        void reportWarning​(GssError warning)
        Report an error message that does not make compilation fail.
      • generateReport

        void generateReport()
      • hasErrors

        boolean hasErrors()