Package org.codehaus.janino
Interface WarningHandler
- All Known Implementing Classes:
Compiler.SimpleWarningHandler,FilterWarningHandler
public interface WarningHandler
Interface type for
UnitCompiler.setWarningHandler(WarningHandler).-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleWarning(String handle, String message, Location optionalLocation)
-
Method Details
-
handleWarning
-