类的使用
cn.taketoday.bytecode.BytecodeCompiler
使用BytecodeCompiler的程序包
程序包
说明
CGLIB or ASM other byte code library
SpEL's standard parser implementation.
-
cn.taketoday.bytecode中BytecodeCompiler的使用
类型参数类型为BytecodeCompiler的cn.taketoday.bytecode中的字段修饰符和类型字段说明private static final ConcurrentReferenceHashMap<ClassLoader,BytecodeCompiler> BytecodeCompiler.compilers修饰符和类型方法说明static BytecodeCompilerBytecodeCompiler.getCompiler(ClassLoader classLoader) Factory method for compiler instances. -
cn.taketoday.expression.spel.standard中BytecodeCompiler的使用
修饰符和类型类说明final classA SpelCompiler will take a regular parsed expression and create (and load) a class containing byte code that does the same thing as that expression.