Uses of Interface
org.codehaus.commons.compiler.IMultiCookable
-
Packages that use IMultiCookable Package Description org.codehaus.commons.compiler This package declares interfaces for the implementation of anIExpressionEvaluator, anIScriptEvaluator, anIClassBodyEvaluatorand anISimpleCompiler.org.codehaus.commons.compiler.jdk An implementation of theorg.codehaus.commons.compilerAPI 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 IMultiCookable in org.codehaus.commons.compiler
Subinterfaces of IMultiCookable in org.codehaus.commons.compiler Modifier and Type Interface Description interfaceIExpressionEvaluatorAn engine that evaluates expressions in JVM bytecode.interfaceIScriptEvaluatorAn engine that executes a script in JVM bytecode.Classes in org.codehaus.commons.compiler that implement IMultiCookable Modifier and Type Class Description classMultiCookableImplements all methods ofIMultiCookable, except forcook(String[], Reader[]). -
Uses of IMultiCookable in org.codehaus.commons.compiler.jdk
Classes in org.codehaus.commons.compiler.jdk that implement IMultiCookable Modifier and Type Class Description classExpressionEvaluatorThisIExpressionEvaluatoris implemented by creating and compiling a temporary compilation unit defining one class with one static method with one RETURN statement.classScriptEvaluatorTo set up aScriptEvaluatorobject, proceed as described forIScriptEvaluator. -
Uses of IMultiCookable in org.codehaus.janino
Classes in org.codehaus.janino that implement IMultiCookable Modifier and Type Class Description classExpressionEvaluatorThisIExpressionEvaluatoris implemented by creating and compiling a temporary compilation unit defining one class with one static method with one RETURN statement.classScriptEvaluatorAn implementation ofIScriptEvaluatorthat utilizes the JANINO Java compiler.
-