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 TypeMethodDescriptionvoidCFGAnalysis.updateCurrentBlockForMULTIANEWARRAYInstruction(StringItem arrayTypeItem, @NonNegative int dims) voidCFGAnalysis.updateCurrentBlockForTypeInstruction(int opcode, StringItem typeItem)