Class | Description |
---|---|
CompilerRequestorImpl |
Output from the compiler.
|
FileCompilationUnit |
A simple, file based compilation unit implementation
|
JavaCompilerComponent | |
NameEnvironmentImpl |
input to the jdt compiler.
|
SimpleJDTCompiler |
A convenience wrapper around the eclipse jdt Java compiler that accepts a source folder, an output and - most importantly -
a class loader as class path (this is the way it should always have been!)
|