Uses of Class
org.codehaus.commons.compiler.MultiCookable
-
Packages that use MultiCookable Package Description org.codehaus.commons.compiler.jdk An implementation of theorg.codehaus.commons.compiler
API 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 MultiCookable in org.codehaus.commons.compiler.jdk
Subclasses of MultiCookable in org.codehaus.commons.compiler.jdk 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
. -
Uses of MultiCookable in org.codehaus.janino
Subclasses of MultiCookable in org.codehaus.janino 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
An implementation ofIScriptEvaluator
that utilizes the JANINO Java compiler.
-