Uses of Interface
org.codehaus.commons.compiler.IMultiCookable
Packages that use IMultiCookable
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 IMultiCookable in org.codehaus.commons.compiler
Subinterfaces of IMultiCookable in org.codehaus.commons.compilerModifier and TypeInterfaceDescriptioninterfaceAn engine that evaluates expressions in JVM bytecode.interfaceAn engine that executes a script in JVM bytecode.Classes in org.codehaus.commons.compiler that implement IMultiCookableModifier and TypeClassDescriptionclassImplements all methods ofIMultiCookable, except forIMultiCookable.cook(String[], Reader[]). -
Uses of IMultiCookable in org.codehaus.commons.compiler.jdk
Classes in org.codehaus.commons.compiler.jdk that implement IMultiCookableModifier and TypeClassDescriptionclassThisIExpressionEvaluatoris 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. -
Uses of IMultiCookable in org.codehaus.janino
Classes in org.codehaus.janino that implement IMultiCookableModifier and TypeClassDescriptionclassThisIExpressionEvaluatoris 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.