| Class | Description |
|---|---|
| InMemoryClassManager |
The standard JavaFileManager uses a simple implementation of type
JavaFileObject to read/write bytecode into class files.
|
| InMemoryCompiler |
The dynamic compiler uses the JavaCompiler with custom implementations of a JavaFileManager and
JavaFileObject to compile a Java Source from a String to Bytecode.
|
| Exception | Description |
|---|---|
| InMemoryCompiler.CompilerException |
Copyright © 2016. All rights reserved.