类的使用
org.ssssssss.script.asm.Handle
使用Handle的程序包
-
org.ssssssss.script.asm中Handle的使用
修饰符和类型方法说明ConstantDynamic.getBootstrapMethod()Returns the bootstrap method used to compute the value of this constant.参数类型为Handle的org.ssssssss.script.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.ssssssss.script.asm中的构造器限定符构造器说明ConstantDynamic(String name, String descriptor, Handle bootstrapMethod, Object... bootstrapMethodArguments) Constructs a newConstantDynamic.