javax.tools.JavaCompiler
.See: Description
Class | Description |
---|---|
DirectClassLoader |
A class loader that handles class files on the heap.
|
SafeProcessor |
An annotation processor that handles occurred exceptions.
|
VolatileClassFile |
Represents a Java class file which is stored on the heap.
|
VolatileClassOutputManager |
An implementation of
JavaFileManager which stores generated contents onto the heap. |
VolatileCompiler |
Compiles Java source programs and generates source/resource/class files onto the heap.
|
VolatileJavaFile |
Represents a Java source file which is stored on the heap.
|
VolatileResourceFile |
A
FileObject implementation which is stored on the heap. |
javax.tools.JavaCompiler
.Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.