public interface CodegenCompiler
Modifier and Type | Method and Description |
---|---|
<T> Class<T> |
compileClass(String code,
String fullyQualifiedClassName,
ClassLoader classLoader,
Supplier<String> debugInformation) |
<T> Class<T> compileClass(String code, String fullyQualifiedClassName, ClassLoader classLoader, Supplier<String> debugInformation) throws CodegenCompilerException
CodegenCompilerException