Class IErrorReporter.SilentReporter

    • Constructor Summary

      Constructors 
      Constructor Description
      SilentReporter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void detail​(java.lang.String tag, java.lang.Object obj)  
      void detail2​(java.lang.String tag1, java.lang.Object obj1, java.lang.String tag2, java.lang.Object obj2)  
      int getErrorCount()  
      java.util.List<MableError> getErrors()  
      int getWarningCount()  
      java.util.List<MableWarning> getWarnings()  
      void printErrors​(java.io.PrintWriter out)  
      void printWarnings​(java.io.PrintWriter out)  
      void report​(int number, java.lang.String problem, org.intocps.maestro.ast.LexToken location)  
      void warning​(int number, java.lang.String problem, org.intocps.maestro.ast.LexToken location)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SilentReporter

        public SilentReporter()