Uses of Class
aj.org.objectweb.asm.Handle
-
Packages that use Handle Package Description aj.org.objectweb.asm -
-
Uses of Handle in aj.org.objectweb.asm
Methods in aj.org.objectweb.asm that return Handle Modifier and Type Method Description HandleConstantDynamic. getBootstrapMethod()Methods in aj.org.objectweb.asm with parameters of type Handle Modifier and Type Method Description intClassWriter. newConstantDynamic(String name, String descriptor, Handle bootstrapMethodHandle, Object... bootstrapMethodArguments)intClassWriter. newInvokeDynamic(String name, String descriptor, Handle bootstrapMethodHandle, Object... bootstrapMethodArguments)voidMethodVisitor. visitInvokeDynamicInsn(String name, String descriptor, Handle bootstrapMethodHandle, Object... bootstrapMethodArguments)Constructors in aj.org.objectweb.asm with parameters of type Handle Constructor Description ConstantDynamic(String name, String descriptor, Handle bootstrapMethod, Object... bootstrapMethodArguments)
-