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, 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 Cookable in org.codehaus.commons.compiler
Subclasses of Cookable in org.codehaus.commons.compiler Modifier and Type Class Description classMultiCookableImplements 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 classClassBodyEvaluatorTo set up aClassBodyEvaluatorobject, proceed as described forIClassBodyEvaluator.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.classSimpleCompilerThe JDK-based implementation ofISimpleCompiler. -
Uses of Cookable in org.codehaus.janino
Subclasses of Cookable in org.codehaus.janino Modifier and Type Class Description classClassBodyEvaluatorclassExpressionEvaluatorThisIExpressionEvaluatoris 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.classSimpleCompilerTo set up aSimpleCompilerobject, proceed as described forISimpleCompiler.
-