Uses of Interface
org.codehaus.commons.compiler.ICookable
-
Packages that use ICookable 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 ICookable in org.codehaus.commons.compiler
Subinterfaces of ICookable in org.codehaus.commons.compiler Modifier and Type Interface Description interfaceIClassBodyEvaluatorParses a class body and returns it as aClassobject ready for use with java.lang.reflect.interfaceIExpressionEvaluatorAn engine that evaluates expressions in JVM bytecode.interfaceIScriptEvaluatorAn engine that executes a script in JVM bytecode.interfaceISimpleCompilerA simplified Java compiler that can compile only a single compilation unit.Classes in org.codehaus.commons.compiler that implement ICookable Modifier and Type Class Description classCookableBase class for a simpleICookable.classMultiCookableImplements 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 ICookable 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.classSimpleCompilerjavax.tools-based implementation ofISimpleCompiler. -
Uses of ICookable in org.codehaus.janino
Classes in org.codehaus.janino that implement ICookable 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.
-