Uses of Class
mockit.asm.constantPool.ClassMemberItem
Packages that use ClassMemberItem
-
Uses of ClassMemberItem in mockit.asm.constantPool
Methods in mockit.asm.constantPool that return ClassMemberItemModifier and TypeMethodDescriptionConstantPoolGeneration.newFieldItem
(String owner, String name, String desc) Adds a field reference to the constant pool of the class being built.ConstantPoolGeneration.newMethodItem
(String owner, String name, String desc, boolean itf) Adds a method reference to the constant pool of the class being built.