Uses of Class
org.objectweb.asm.Handle
Packages that use Handle
Package
Description
Provides a small and fast bytecode manipulation framework.
Provides some useful class and method adapters.
Provides an ASM visitor that constructs a tree representation of the
classes it visits.
Provides ASM visitors that can be useful for programming and
debugging purposes.
-
Uses of Handle in org.objectweb.asm
Fields in org.objectweb.asm declared as HandleModifier and TypeFieldDescriptionprivate final Handle
ConstantDynamic.bootstrapMethod
The bootstrap method to use to compute the constant value at runtime.Methods in org.objectweb.asm that return HandleModifier and TypeMethodDescriptionConstantDynamic.getBootstrapMethod()
Returns the bootstrap method used to compute the value of this constant.Methods in org.objectweb.asm with parameters of type HandleModifier and TypeMethodDescription(package private) Symbol
SymbolTable.addBootstrapMethod
(Handle bootstrapMethodHandle, Object... bootstrapMethodArguments) Adds a bootstrap method to the BootstrapMethods attribute of this symbol table.(package private) Symbol
SymbolTable.addConstantDynamic
(String name, String descriptor, Handle bootstrapMethodHandle, Object... bootstrapMethodArguments) Adds a CONSTANT_Dynamic_info to the constant pool of this symbol table.(package private) Symbol
SymbolTable.addConstantInvokeDynamic
(String name, String descriptor, Handle bootstrapMethodHandle, Object... bootstrapMethodArguments) Adds a CONSTANT_InvokeDynamic_info to the constant pool of this symbol table.int
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.void
MethodWriter.visitInvokeDynamicInsn
(String name, String descriptor, Handle bootstrapMethodHandle, Object... bootstrapMethodArguments) Constructors in org.objectweb.asm with parameters of type HandleModifierConstructorDescriptionConstantDynamic
(String name, String descriptor, Handle bootstrapMethod, Object... bootstrapMethodArguments) Constructs a newConstantDynamic
. -
Uses of Handle in org.objectweb.asm.commons
Methods in org.objectweb.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.objectweb.asm.tools
Fields in org.objectweb.asm.tools declared as HandleModifier and TypeFieldDescriptionprivate static final Handle
Retrofitter.STRING_CONCAT_FACTORY_HANDLE
Bootstrap method for the string concatenation using indy. -
Uses of Handle in org.objectweb.asm.tree
Fields in org.objectweb.asm.tree declared as HandleMethods in org.objectweb.asm.tree with parameters of type HandleModifier and TypeMethodDescriptionvoid
MethodNode.visitInvokeDynamicInsn
(String name, String descriptor, Handle bootstrapMethodHandle, Object... bootstrapMethodArguments) Constructors in org.objectweb.asm.tree with parameters of type HandleModifierConstructorDescriptionInvokeDynamicInsnNode
(String name, String descriptor, Handle bootstrapMethodHandle, Object... bootstrapMethodArguments) Constructs a newInvokeDynamicInsnNode
. -
Uses of Handle in org.objectweb.asm.util
Methods in org.objectweb.asm.util with parameters of type HandleModifier and TypeMethodDescriptionprotected void
Textifier.appendHandle
(Handle handle) Deprecated.protected void
Textifier.appendHandle
(Handle handle, String afterComment) Appends a string representation of the given handle toPrinter.stringBuilder
.void
ASMifier.visitInvokeDynamicInsn
(String name, String descriptor, Handle bootstrapMethodHandle, Object... bootstrapMethodArguments) void
CheckMethodAdapter.visitInvokeDynamicInsn
(String name, String descriptor, Handle bootstrapMethodHandle, Object... bootstrapMethodArguments) abstract void
Printer.visitInvokeDynamicInsn
(String name, String descriptor, Handle bootstrapMethodHandle, Object... bootstrapMethodArguments) Method instruction.void
Textifier.visitInvokeDynamicInsn
(String name, String descriptor, Handle bootstrapMethodHandle, Object... bootstrapMethodArguments) void
TraceMethodVisitor.visitInvokeDynamicInsn
(String name, String descriptor, Handle bootstrapMethodHandle, Object... bootstrapMethodArguments)