org.codehaus.commons.compiler API that uses the "JAVAC" Java compiler that is
part of the "Java Development Kit" (JDK).See: Description
| Class | Description |
|---|---|
| ClassBodyEvaluator |
To set up a
ClassBodyEvaluator object, proceed as described for IClassBodyEvaluator. |
| Compiler |
JDK-base implementation of the
ICompiler. |
| CompilerFactory |
The
CompilerFactory implementation for org.codehaus.commons.compiler.jdk. |
| ExpressionEvaluator |
This
IExpressionEvaluator is implemented by creating and compiling a temporary compilation unit defining one
class with one static method with one RETURN statement. |
| JavaSourceClassLoader |
A
ClassLoader that loads classes by looking for their source files through a "source path" and compiling
them on-the-fly. |
| ScriptEvaluator |
To set up a
ScriptEvaluator object, proceed as described for IScriptEvaluator. |
| SimpleCompiler |
The JDK-based implementation of
ISimpleCompiler. |
| Exception | Description |
|---|---|
| JavaSourceClassLoader.DiagnosticException |
Container for a
Diagnostic object. |
org.codehaus.commons.compiler API that uses the "JAVAC" Java compiler that is
part of the "Java Development Kit" (JDK).Copyright © 2021. All rights reserved.