Uses of Interface
org.codehaus.commons.compiler.ICookable
Packages that use ICookable
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 ICookable in org.codehaus.commons.compiler
Subinterfaces of ICookable in org.codehaus.commons.compilerModifier and TypeInterfaceDescriptioninterface
Parses a class body and returns it as aClass
object ready for use with java.lang.reflect.interface
An engine that evaluates expressions in JVM bytecode.interface
An engine that executes a script in JVM bytecode.interface
A simplified Java compiler that can compile only a single compilation unit.Classes in org.codehaus.commons.compiler that implement ICookableModifier and TypeClassDescriptionclass
Base class for a simpleICookable
.class
Implements all methods ofIMultiCookable
, except forIMultiCookable.cook(String[], Reader[])
. -
Uses of ICookable in org.codehaus.commons.compiler.jdk
Classes in org.codehaus.commons.compiler.jdk that implement ICookableModifier and TypeClassDescriptionclass
To set up aClassBodyEvaluator
object, proceed as described forIClassBodyEvaluator
.class
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
.class
javax.tools
-based implementation ofISimpleCompiler
. -
Uses of ICookable in org.codehaus.janino
Classes in org.codehaus.janino that implement ICookableModifier and TypeClassDescriptionclass
class
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.class
To set up aSimpleCompiler
object, proceed as described forISimpleCompiler
.