Uses of Class
org.joor.CompileOptions
-
Uses of CompileOptions in org.joor
Methods in org.joor that return CompileOptionsModifier and TypeMethodDescriptionfinal CompileOptions
CompileOptions.classLoader
(ClassLoader newClassLoader) final CompileOptions
final CompileOptions
final CompileOptions
CompileOptions.processors
(List<? extends Processor> newProcessors) final CompileOptions
CompileOptions.processors
(Processor... newProcessors) Methods in org.joor with parameters of type CompileOptionsModifier and TypeMethodDescription(package private) static Class
<?> Compile.compile
(String className, String content, CompileOptions compileOptions) (package private) static Class
<?> Compile.compile
(String className, String content, CompileOptions compileOptions, boolean expectResult) static Reflect
Reflect.compile
(String name, String content, CompileOptions options) Compile a class at runtime and reflect on it.static void
Reflect.process
(String name, String content, CompileOptions options) Annotation-process a class at runtime.