类的使用
org.springframework.asm.Handle
使用Handle的程序包 程序包 说明 org.springframework.asm Spring's repackaging of ASM 7.0 (with Spring-specific patches; for internal use only).org.springframework.asm中Handle的使用
返回Handle的org.springframework.asm中的方法 修饰符和类型 方法 说明 HandleConstantDynamic. getBootstrapMethod()Returns the bootstrap method used to compute the value of this constant.参数类型为Handle的org.springframework.asm中的方法 修饰符和类型 方法 说明 intClassWriter. newConstantDynamic(String name, String descriptor, Handle bootstrapMethodHandle, Object... bootstrapMethodArguments)Adds a dynamic constant reference to the constant pool of the class being build.intClassWriter. newInvokeDynamic(String name, String descriptor, Handle bootstrapMethodHandle, Object... bootstrapMethodArguments)Adds an invokedynamic reference to the constant pool of the class being build.voidMethodVisitor. visitInvokeDynamicInsn(String name, String descriptor, Handle bootstrapMethodHandle, Object... bootstrapMethodArguments)Visits an invokedynamic instruction.参数类型为Handle的org.springframework.asm中的构造器 构造器 说明 ConstantDynamic(String name, String descriptor, Handle bootstrapMethod, Object... bootstrapMethodArguments)Constructs a newConstantDynamic.