类的使用
cn.taketoday.bytecode.ConstantDynamic
使用ConstantDynamic的程序包
-
cn.taketoday.bytecode.commons中ConstantDynamic的使用
修饰符和类型方法说明voidInstructionAdapter.cconst(ConstantDynamic constantDynamic) Generates the instruction to push the given constant dynamic on the stack.voidGeneratorAdapter.push(ConstantDynamic constantDynamic) Generates the instruction to push a constant dynamic on the stack.