Interface | Description |
---|---|
LineMapException |
Class | Description |
---|---|
AbstractGenerator |
Generates the Java code for the wrapped object.
|
AbstractJavaCompiler |
Compiles Java source, returning the loaded class.
|
CompileError | |
EclipseCompiler |
Compiles Java source, returning the loaded class.
|
ExternalCompiler |
Compiles Java source, returning the loaded class.
|
ExternalCompiler.CompilerThread | |
GroovyCompiler |
Compiles Groovy source, returning the loaded class.
|
InternalCompiler |
Compiles Java source, returning the loaded class.
|
InternalCompiler2 |
Experimental internal compiler API using JDK 1.6 JavaCompiler.
|
InternalCompilerTools |
Compiles Java source, returning the loaded class.
|
JavacConfig | |
JavaCompilerUtil |
Compiles Java source, returning the loaded class.
|
JavaWriter |
Writing class for generated Java code.
|
LineMap |
LineMap maps generated code lines back to the source lines.
|
LineMap.Line | |
LineMapWriter |
LineMapWriter writes the *.map files.
|
ScriptStackTrace |
Prints a stack trace using JSR-45
|
TempDir | |
WorkDir |
Exception | Description |
---|---|
CompileClassNotFound |
Wrapper for a compile error.
|
JavaCompileException |