Uses of Class
mockit.asm.constantPool.TypeOrMemberItem
Packages that use TypeOrMemberItem
-
Uses of TypeOrMemberItem in mockit.asm.constantPool
Subclasses of TypeOrMemberItem in mockit.asm.constantPoolModifier and TypeClassDescriptionfinal classfinal classfinal class -
Uses of TypeOrMemberItem in mockit.asm.controlFlow
Methods in mockit.asm.controlFlow with parameters of type TypeOrMemberItemModifier and TypeMethodDescriptionvoidFrame.execute(@NonNegative int opcode, TypeOrMemberItem item) Simulates the action of the given instruction on the output stack frame.voidCFGAnalysis.updateCurrentBlockForFieldInstruction(int opcode, TypeOrMemberItem fieldItem, String fieldTypeDesc) voidCFGAnalysis.updateCurrentBlockForInvokeInstruction(TypeOrMemberItem invokeItem, int opcode, String desc)