Uses of Class
org.eclipse.persistence.internal.libraries.asm.Handle
Packages that use Handle
Package
Description
-
Uses of Handle in org.eclipse.persistence.internal.libraries.asm
Methods in org.eclipse.persistence.internal.libraries.asm that return HandleModifier and TypeMethodDescriptionConstantDynamic.getBootstrapMethod()
Returns the bootstrap method used to compute the value of this constant.Methods in org.eclipse.persistence.internal.libraries.asm with parameters of type HandleModifier and TypeMethodDescriptionint
ClassWriter.newConstantDynamic
(String name, String descriptor, Handle bootstrapMethodHandle, Object... bootstrapMethodArguments) Adds a dynamic constant reference to the constant pool of the class being build.int
ClassWriter.newInvokeDynamic
(String name, String descriptor, Handle bootstrapMethodHandle, Object... bootstrapMethodArguments) Adds an invokedynamic reference to the constant pool of the class being build.void
MethodVisitor.visitInvokeDynamicInsn
(String name, String descriptor, Handle bootstrapMethodHandle, Object... bootstrapMethodArguments) Visits an invokedynamic instruction.Constructors in org.eclipse.persistence.internal.libraries.asm with parameters of type HandleModifierConstructorDescriptionConstantDynamic
(String name, String descriptor, Handle bootstrapMethod, Object... bootstrapMethodArguments) Constructs a newConstantDynamic
. -
Uses of Handle in org.eclipse.persistence.internal.libraries.asm.commons
Methods in org.eclipse.persistence.internal.libraries.asm.commons with parameters of type HandleModifier and TypeMethodDescriptionvoid
Generates the instruction to push the given handle on the stack.void
InstructionAdapter.invokedynamic
(String name, String descriptor, Handle bootstrapMethodHandle, Object[] bootstrapMethodArguments) Generates the instruction to call the given dynamic method.void
GeneratorAdapter.invokeDynamic
(String name, String descriptor, Handle bootstrapMethodHandle, Object... bootstrapMethodArguments) Generates an invokedynamic instruction.void
Generates the instruction to push a handle on the stack.void
AdviceAdapter.visitInvokeDynamicInsn
(String name, String descriptor, Handle bootstrapMethodHandle, Object... bootstrapMethodArguments) void
AnalyzerAdapter.visitInvokeDynamicInsn
(String name, String descriptor, Handle bootstrapMethodHandle, Object... bootstrapMethodArguments) void
CodeSizeEvaluator.visitInvokeDynamicInsn
(String name, String descriptor, Handle bootstrapMethodHandle, Object... bootstrapMethodArguments) void
InstructionAdapter.visitInvokeDynamicInsn
(String name, String descriptor, Handle bootstrapMethodHandle, Object... bootstrapMethodArguments) void
MethodRemapper.visitInvokeDynamicInsn
(String name, String descriptor, Handle bootstrapMethodHandle, Object... bootstrapMethodArguments) -
Uses of Handle in org.eclipse.persistence.internal.libraries.asm.tree
Fields in org.eclipse.persistence.internal.libraries.asm.tree declared as HandleMethods in org.eclipse.persistence.internal.libraries.asm.tree with parameters of type HandleModifier and TypeMethodDescriptionvoid
MethodNode.visitInvokeDynamicInsn
(String name, String descriptor, Handle bootstrapMethodHandle, Object... bootstrapMethodArguments) Constructors in org.eclipse.persistence.internal.libraries.asm.tree with parameters of type HandleModifierConstructorDescriptionInvokeDynamicInsnNode
(String name, String descriptor, Handle bootstrapMethodHandle, Object... bootstrapMethodArguments) Constructs a newInvokeDynamicInsnNode
.