Uses of Class
org.codehaus.commons.compiler.MultiCookable
-
Packages that use MultiCookable Package Description 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 MultiCookable in org.codehaus.commons.compiler.jdk
Subclasses of MultiCookable in org.codehaus.commons.compiler.jdk 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 MultiCookable in org.codehaus.janino
Subclasses of MultiCookable in org.codehaus.janino 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.
-