Uses of Class
org.joor.CompileOptions
-
-
Uses of CompileOptions in org.joor
Methods in org.joor that return CompileOptions Modifier and Type Method Description CompileOptions
CompileOptions. classLoader(java.lang.ClassLoader newClassLoader)
CompileOptions
CompileOptions. options(java.lang.String... newOptions)
CompileOptions
CompileOptions. options(java.util.List<java.lang.String> newOptions)
CompileOptions
CompileOptions. processors(java.util.List<? extends javax.annotation.processing.Processor> newProcessors)
CompileOptions
CompileOptions. processors(javax.annotation.processing.Processor... newProcessors)
Methods in org.joor with parameters of type CompileOptions Modifier and Type Method Description (package private) static java.lang.Class<?>
Compile. compile(java.lang.String className, java.lang.String content, CompileOptions compileOptions)
(package private) static java.lang.Class<?>
Compile. compile(java.lang.String className, java.lang.String content, CompileOptions compileOptions, boolean expectResult)
static Reflect
Reflect. compile(java.lang.String name, java.lang.String content, CompileOptions options)
Compile a class at runtime and reflect on it.static void
Reflect. process(java.lang.String name, java.lang.String content, CompileOptions options)
Annotation-process a class at runtime.
-