| Modifier and Type | Method and Description |
|---|---|
CompileOptions |
CompileOptions.options(List<String> newOptions) |
CompileOptions |
CompileOptions.options(String... newOptions) |
CompileOptions |
CompileOptions.processors(List<? extends Processor> newProcessors) |
CompileOptions |
CompileOptions.processors(Processor... newProcessors) |
| Modifier and Type | Method and Description |
|---|---|
static Reflect |
Reflect.compile(String name,
String content,
CompileOptions options)
Compile a class at runtime and reflect on it.
|
Copyright © 2020. All rights reserved.