Uses of Interface
org.codehaus.commons.compiler.IExpressionEvaluator
-
Packages that use IExpressionEvaluator Package Description org.codehaus.commons.compiler This package declares interfaces for the implementation of anIExpressionEvaluator, anIScriptEvaluator, anIClassBodyEvaluatorand anISimpleCompiler.org.codehaus.commons.compiler.jdk Main package of the plugin.org.codehaus.janino The classes in this package pose the core of the Janino JavaTM compiler. -
-
Uses of IExpressionEvaluator in org.codehaus.commons.compiler
Methods in org.codehaus.commons.compiler that return IExpressionEvaluator Modifier and Type Method Description IExpressionEvaluatorAbstractCompilerFactory. newExpressionEvaluator()IExpressionEvaluatorICompilerFactory. newExpressionEvaluator() -
Uses of IExpressionEvaluator in org.codehaus.commons.compiler.jdk
Classes in org.codehaus.commons.compiler.jdk that implement IExpressionEvaluator Modifier and Type Class Description classExpressionEvaluatorThisIExpressionEvaluatoris implemented by creating and compiling a temporary compilation unit defining one class with one static method with one RETURN statement.Methods in org.codehaus.commons.compiler.jdk that return IExpressionEvaluator Modifier and Type Method Description IExpressionEvaluatorCompilerFactory. newExpressionEvaluator() -
Uses of IExpressionEvaluator in org.codehaus.janino
Classes in org.codehaus.janino that implement IExpressionEvaluator Modifier and Type Class Description classExpressionEvaluatorThisIExpressionEvaluatoris implemented by creating and compiling a temporary compilation unit defining one class with one static method with one RETURN statement.Methods in org.codehaus.janino that return IExpressionEvaluator Modifier and Type Method Description IExpressionEvaluatorCompilerFactory. newExpressionEvaluator()
-