Class Compiler.SimpleWarningHandler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleWarning​(java.lang.String handle, java.lang.String message, Location optionalLocation)  
      • Methods inherited from class java.lang.Object

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

      • SimpleWarningHandler

        public SimpleWarningHandler()
    • Method Detail

      • handleWarning

        public void handleWarning​(java.lang.String handle,
                                  java.lang.String message,
                                  Location optionalLocation)
        Specified by:
        handleWarning in interface WarningHandler