Uses of Class
org.codehaus.commons.compiler.Cookable
Packages that use Cookable
Package
Description
This package declares interfaces for the implementation of an
IExpressionEvaluator, an IScriptEvaluator, an
IClassBodyEvaluator and an ISimpleCompiler.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 Cookable in org.codehaus.commons.compiler
Subclasses of Cookable in org.codehaus.commons.compilerModifier and TypeClassDescriptionclassImplements 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.jdkModifier and TypeClassDescriptionclassTo set up aClassBodyEvaluatorobject, proceed as described forIClassBodyEvaluator.classThisIExpressionEvaluatoris implemented by creating and compiling a temporary compilation unit defining one class with one static method with one RETURN statement.classTo set up aScriptEvaluatorobject, proceed as described forIScriptEvaluator.classjavax.tools-based implementation ofISimpleCompiler. -
Uses of Cookable in org.codehaus.janino
Subclasses of Cookable in org.codehaus.janinoModifier and TypeClassDescriptionclassclassThisIExpressionEvaluatoris implemented by creating and compiling a temporary compilation unit defining one class with one static method with one RETURN statement.classAn implementation ofIScriptEvaluatorthat utilizes the JANINO Java compiler.classTo set up aSimpleCompilerobject, proceed as described forISimpleCompiler.