Package mockit.asm.constantPool
Class StringItem
java.lang.Object
mockit.asm.constantPool.Item
mockit.asm.constantPool.StringItem
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionStringItem
(@org.checkerframework.checker.index.qual.NonNegative int index, int type, String strVal) -
Method Summary
Methods inherited from class mockit.asm.constantPool.Item
getHashCode, getNext, getType, setNext
-
Constructor Details
-
StringItem
public StringItem(@org.checkerframework.checker.index.qual.NonNegative int index, int type, @NonNull String strVal)
-
-
Method Details
-
getValue
-