Uses of Class
org.codehaus.commons.compiler.MultiCookable
Packages that use MultiCookable
Package
Description
An implementation of the
org.codehaus.commons.compiler
API that uses the "JAVAC" Java compiler that is
part of the "Java Development Kit" (JDK).The core of the Janino Java compiler.
-
Uses of MultiCookable in org.codehaus.commons.compiler.jdk
Subclasses of MultiCookable in org.codehaus.commons.compiler.jdkModifier and TypeClassDescriptionclass
ThisIExpressionEvaluator
is implemented by creating and compiling a temporary compilation unit defining one class with one static method with one RETURN statement.class
To set up aScriptEvaluator
object, proceed as described forIScriptEvaluator
. -
Uses of MultiCookable in org.codehaus.janino
Subclasses of MultiCookable in org.codehaus.janinoModifier and TypeClassDescriptionclass
ThisIExpressionEvaluator
is implemented by creating and compiling a temporary compilation unit defining one class with one static method with one RETURN statement.class
An implementation ofIScriptEvaluator
that utilizes the JANINO Java compiler.