Interface ErrorWarningReporter


  • public interface ErrorWarningReporter
    • Method Detail

      • reportError

        void reportError​(Location location,
                         java.lang.String msg)
      • reportWarning

        void reportWarning​(Location location,
                           java.lang.String msg)