Uses of Interface
org.codehaus.commons.compiler.WarningHandler
-
Packages that use WarningHandler Package Description org.codehaus.commons.compiler This package declares interfaces for the implementation of anIExpressionEvaluator, anIScriptEvaluator, anIClassBodyEvaluatorand anISimpleCompiler.org.codehaus.commons.compiler.jdk An implementation of theorg.codehaus.commons.compilerAPI that uses the "JAVAC" Java compiler that is part of the "Java Development Kit" (JDK).org.codehaus.janino The core of the Janino Java compiler. -
-
Uses of WarningHandler in org.codehaus.commons.compiler
Fields in org.codehaus.commons.compiler declared as WarningHandler Modifier and Type Field Description protected WarningHandlerAbstractCompiler. warningHandlerStores the value configured withAbstractCompiler.setWarningHandler(WarningHandler).Methods in org.codehaus.commons.compiler with parameters of type WarningHandler Modifier and Type Method Description voidAbstractCompiler. setWarningHandler(WarningHandler warningHandler)voidIClassBodyEvaluator. setWarningHandler(WarningHandler warningHandler)By default, warnings are discarded, but an application my install a customWarningHandler.voidICompiler. setWarningHandler(WarningHandler warningHandler)By default, warnings are discarded, but an application my install a customWarningHandler.voidIExpressionEvaluator. setWarningHandler(WarningHandler warningHandler)By default, warnings are discarded, but an application my install a customWarningHandler.voidIScriptEvaluator. setWarningHandler(WarningHandler warningHandler)By default, warnings are discarded, but an application my install a customWarningHandler.voidISimpleCompiler. setWarningHandler(WarningHandler warningHandler)By default, warnings are discarded, but an application my install a customWarningHandler. -
Uses of WarningHandler in org.codehaus.commons.compiler.jdk
Methods in org.codehaus.commons.compiler.jdk with parameters of type WarningHandler Modifier and Type Method Description voidClassBodyEvaluator. setWarningHandler(WarningHandler warningHandler)voidExpressionEvaluator. setWarningHandler(WarningHandler warningHandler)voidScriptEvaluator. setWarningHandler(WarningHandler warningHandler)voidSimpleCompiler. setWarningHandler(WarningHandler warningHandler) -
Uses of WarningHandler in org.codehaus.janino
Classes in org.codehaus.janino that implement WarningHandler Modifier and Type Class Description classFilterWarningHandlerInvokes a delegate iff the handle of the warning matches one or more of a set ofStringPatterns.Methods in org.codehaus.janino with parameters of type WarningHandler Modifier and Type Method Description voidClassBodyEvaluator. setWarningHandler(WarningHandler warningHandler)voidExpressionEvaluator. setWarningHandler(WarningHandler warningHandler)voidJavaSourceClassLoader. setWarningHandler(WarningHandler warningHandler)voidJavaSourceIClassLoader. setWarningHandler(WarningHandler warningHandler)voidParser. setWarningHandler(WarningHandler warningHandler)By default, warnings are discarded, but an application my install aWarningHandler.voidScriptEvaluator. setWarningHandler(WarningHandler warningHandler)voidSimpleCompiler. setWarningHandler(WarningHandler warningHandler)voidTokenStream. setWarningHandler(WarningHandler warningHandler)By default, warnings are discarded, but an application my install aWarningHandler.voidTokenStreamImpl. setWarningHandler(WarningHandler warningHandler)voidUnitCompiler. setWarningHandler(WarningHandler warningHandler)By default, warnings are discarded, but an application my install a customWarningHandler.Constructors in org.codehaus.janino with parameters of type WarningHandler Constructor Description FilterWarningHandler(StringPattern[] handlePatterns, WarningHandler delegate)Popular values for thehandlePatternsparameter areStringPattern.PATTERNS_ALLandStringPattern.PATTERNS_NONE.
-