Uses of Class
com.sun.xml.ws.org.objectweb.asm.Handle
Packages that use Handle
-
Uses of Handle in com.sun.xml.ws.org.objectweb.asm
Methods in com.sun.xml.ws.org.objectweb.asm that return HandleModifier and TypeMethodDescriptionConstantDynamic.getBootstrapMethod()Returns the bootstrap method used to compute the value of this constant.Methods in com.sun.xml.ws.org.objectweb.asm with parameters of type HandleModifier and TypeMethodDescriptionintClassWriter.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.Constructors in com.sun.xml.ws.org.objectweb.asm with parameters of type HandleModifierConstructorDescriptionConstantDynamic(String name, String descriptor, Handle bootstrapMethod, Object... bootstrapMethodArguments) Constructs a newConstantDynamic.