public final class CompileUtils extends Object
public static <T> Class<T> compile(ClassLoader cl, String name, String code)
T - the class typecl - the ClassLoader used to load the classname - the class namecode - the generated codeCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.