类的使用
cn.taketoday.bytecode.ConstantDynamic
使用ConstantDynamic的程序包
-
cn.taketoday.bytecode中ConstantDynamic的使用
修饰符和类型字段说明private final ConstantDynamic[]ClassReader.constantDynamicValuesThe ConstantDynamic objects corresponding to the CONSTANT_Dynamic constant pool items.修饰符和类型方法说明private ConstantDynamicClassReader.readConstantDynamic(int constantPoolEntryIndex, char[] charBuffer) Reads a CONSTANT_Dynamic constant pool entry inClassReader.classFileBuffer. -
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.