Uses of Interface
org.codehaus.commons.compiler.IScriptEvaluator
-
Packages that use IScriptEvaluator Package Description org.codehaus.commons.compiler This package declares interfaces for the implementation of anIExpressionEvaluator
, anIScriptEvaluator
, anIClassBodyEvaluator
and 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 IScriptEvaluator in org.codehaus.commons.compiler
Subinterfaces of IScriptEvaluator in org.codehaus.commons.compiler Modifier and Type Interface Description interface
IExpressionEvaluator
An engine that evaluates expressions in Java™ bytecode.Methods in org.codehaus.commons.compiler that return IScriptEvaluator Modifier and Type Method Description IScriptEvaluator
AbstractCompilerFactory. newScriptEvaluator()
IScriptEvaluator
ICompilerFactory. newScriptEvaluator()
-
Uses of IScriptEvaluator in org.codehaus.commons.compiler.jdk
Classes in org.codehaus.commons.compiler.jdk that implement IScriptEvaluator Modifier and Type Class Description class
ExpressionEvaluator
ThisIExpressionEvaluator
is implemented by creating and compiling a temporary compilation unit defining one class with one static method with one RETURN statement.class
ScriptEvaluator
To set up aScriptEvaluator
object, proceed as described forIScriptEvaluator
.Methods in org.codehaus.commons.compiler.jdk that return IScriptEvaluator Modifier and Type Method Description IScriptEvaluator
CompilerFactory. newScriptEvaluator()
-
Uses of IScriptEvaluator in org.codehaus.janino
Classes in org.codehaus.janino that implement IScriptEvaluator Modifier and Type Class Description class
ExpressionEvaluator
ThisIExpressionEvaluator
is implemented by creating and compiling a temporary compilation unit defining one class with one static method with one RETURN statement.class
ScriptEvaluator
A number of "convenience constructors" exist that execute the setup steps instantly.Methods in org.codehaus.janino that return IScriptEvaluator Modifier and Type Method Description IScriptEvaluator
CompilerFactory. newScriptEvaluator()
-