public final class CompileUtils extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected static org.apache.flink.shaded.guava18.com.google.common.cache.Cache<String,org.apache.flink.shaded.guava18.com.google.common.cache.Cache<ClassLoader,Class>> |
COMPILED_CACHE
Cache of compile, Janino generates a new Class Loader and a new Class file every compile
(guaranteeing that the class name will not be repeated).
|
| 构造器和说明 |
|---|
CompileUtils() |
protected static final org.apache.flink.shaded.guava18.com.google.common.cache.Cache<String,org.apache.flink.shaded.guava18.com.google.common.cache.Cache<ClassLoader,Class>> COMPILED_CACHE
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 © 2014–2020 The Apache Software Foundation. All rights reserved.