Uses of Class
org.codehaus.commons.compiler.Cookable
-
Packages that use Cookable Package Description org.codehaus.commons.compiler.jdk Main package of the plugin.org.codehaus.janino The classes in this package pose the core of the Janino JavaTM compiler. -
-
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 classClassBodyEvaluatorTheoptionalClassLoaderserves two purposes: It is used to look for classes referenced by the class body.classExpressionEvaluatorThisIExpressionEvaluatoris implemented by creating and compiling a temporary compilation unit defining one class with one static method with one RETURN statement.classScriptEvaluatorA number of "convenience constructors" exist that execute the setup steps instantly.classSimpleCompilerTo set up aSimpleCompilerobject, proceed as described forISimpleCompiler.
-