Uses of Class
mockit.asm.constantPool.StringItem
Packages that use StringItem
-
Uses of StringItem in mockit.asm.constantPool
Methods in mockit.asm.constantPool that return StringItemModifier and TypeMethodDescriptionConstantPoolGeneration.newClassItem
(String internalName) Adds a class reference to the constant pool of the class being built. -
Uses of StringItem in mockit.asm.controlFlow
Methods in mockit.asm.controlFlow with parameters of type StringItemModifier and TypeMethodDescriptionvoid
CFGAnalysis.updateCurrentBlockForMULTIANEWARRAYInstruction
(StringItem arrayTypeItem, @org.checkerframework.checker.index.qual.NonNegative int dims) void
CFGAnalysis.updateCurrentBlockForTypeInstruction
(int opcode, StringItem typeItem)