Uses of Class
mockit.asm.constantPool.DynamicItem
Packages that use DynamicItem
-
Uses of DynamicItem in mockit.asm.classes
Methods in mockit.asm.classes that return DynamicItemModifier and TypeMethodDescriptionClassWriter.addInvokeDynamicReference
(String name, String desc, MethodHandle bsm, Object... bsmArgs) -
Uses of DynamicItem in mockit.asm.constantPool
Methods in mockit.asm.constantPool that return DynamicItemModifier and TypeMethodDescriptionConstantPoolGeneration.createDynamicItem
(int type, String name, String desc, @org.checkerframework.checker.index.qual.NonNegative int bsmIndex)