Uses of Class
org.joor.CompileOptions
-
Uses of CompileOptions in org.joor
Methods in org.joor that return CompileOptionsModifier and TypeMethodDescriptionfinal CompileOptionsCompileOptions.classLoader(ClassLoader newClassLoader) final CompileOptionsfinal CompileOptionsfinal CompileOptionsCompileOptions.processors(List<? extends Processor> newProcessors) final CompileOptionsCompileOptions.processors(Processor... newProcessors) Methods in org.joor with parameters of type CompileOptionsModifier and TypeMethodDescriptionstatic ReflectReflect.compile(String name, String content, CompileOptions options) Compile a class at runtime and reflect on it.static voidReflect.process(String name, String content, CompileOptions options) Annotation-process a class at runtime.