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 class
final class
final class
-
Uses of TypeOrMemberItem in mockit.asm.controlFlow
Methods in mockit.asm.controlFlow with parameters of type TypeOrMemberItemModifier and TypeMethodDescriptionvoid
Frame.execute
(@org.checkerframework.checker.index.qual.NonNegative int opcode, TypeOrMemberItem item) Simulates the action of the given instruction on the output stack frame.void
CFGAnalysis.updateCurrentBlockForFieldInstruction
(int opcode, TypeOrMemberItem fieldItem, String fieldTypeDesc) void
CFGAnalysis.updateCurrentBlockForInvokeInstruction
(TypeOrMemberItem invokeItem, int opcode, String desc)