Uses of Class
org.codehaus.commons.compiler.Cookable
-
Packages that use Cookable Package Description org.codehaus.commons.compiler This package declares interfaces for the implementation of anIExpressionEvaluator
, anIScriptEvaluator
, anIClassBodyEvaluator
and anISimpleCompiler
.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 Cookable in org.codehaus.commons.compiler
Subclasses of Cookable in org.codehaus.commons.compiler Modifier and Type Class Description class
MultiCookable
Implements all methods ofIMultiCookable
, except forIMultiCookable.cook(String[], Reader[])
. -
Uses of Cookable in org.codehaus.commons.compiler.jdk
Subclasses of Cookable in org.codehaus.commons.compiler.jdk Modifier and Type Class Description class
ClassBodyEvaluator
To set up aClassBodyEvaluator
object, proceed as described forIClassBodyEvaluator
.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
.class
SimpleCompiler
javax.tools
-based implementation ofISimpleCompiler
. -
Uses of Cookable in org.codehaus.janino
Subclasses of Cookable in org.codehaus.janino Modifier and Type Class Description class
ClassBodyEvaluator
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.class
SimpleCompiler
To set up aSimpleCompiler
object, proceed as described forISimpleCompiler
.
-