Uses of Class
org.joor.CompileOptions
-
-
Uses of CompileOptions in org.joor
Methods in org.joor that return CompileOptions Modifier and Type Method Description CompileOptionsCompileOptions. classLoader(java.lang.ClassLoader newClassLoader)CompileOptionsCompileOptions. options(java.lang.String... newOptions)CompileOptionsCompileOptions. options(java.util.List<java.lang.String> newOptions)CompileOptionsCompileOptions. processors(java.util.List<? extends javax.annotation.processing.Processor> newProcessors)CompileOptionsCompileOptions. 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 ReflectReflect. compile(java.lang.String name, java.lang.String content, CompileOptions options)Compile a class at runtime and reflect on it.static voidReflect. process(java.lang.String name, java.lang.String content, CompileOptions options)Annotation-process a class at runtime.
-