Package org.codehaus.janino
Interface WarningHandler
-
- All Known Implementing Classes:
Compiler.SimpleWarningHandler,FilterWarningHandler
public interface WarningHandlerInterface type forUnitCompiler.setWarningHandler(WarningHandler).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleWarning(java.lang.String handle, java.lang.String message, Location optionalLocation)
-
-
-
Method Detail
-
handleWarning
void handleWarning(java.lang.String handle, java.lang.String message, Location optionalLocation)
-
-