Package org.codehaus.commons.compiler.jdk
An implementation of the
org.codehaus.commons.compiler
API that uses the "JAVAC" Java compiler that is
part of the "Java Development Kit" (JDK).-
Class Summary Class Description ClassBodyEvaluator To set up aClassBodyEvaluator
object, proceed as described forIClassBodyEvaluator
.Compiler javax.tools
-based implementation of theICompiler
.CompilerFactory TheCompilerFactory
implementation fororg.codehaus.commons.compiler.jdk
.ExpressionEvaluator ThisIExpressionEvaluator
is implemented by creating and compiling a temporary compilation unit defining one class with one static method with one RETURN statement.JavaSourceClassLoader AClassLoader
that loads classes by looking for their source files through a "source path" and compiling them on-the-fly.ScriptEvaluator To set up aScriptEvaluator
object, proceed as described forIScriptEvaluator
.SimpleCompiler javax.tools
-based implementation ofISimpleCompiler
. -
Exception Summary Exception Description JavaSourceClassLoader.DiagnosticException Container for aDiagnostic
object.