Package mockit.asm.constantPool
Class NameAndTypeItem
java.lang.Object
mockit.asm.constantPool.Item
mockit.asm.constantPool.TypeOrMemberItem
mockit.asm.constantPool.NameAndTypeItem
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionNameAndTypeItem
(@org.checkerframework.checker.index.qual.NonNegative int index) -
Method Summary
Methods inherited from class mockit.asm.constantPool.TypeOrMemberItem
getArgSizeComputingIfNeeded, getDesc, getName
Methods inherited from class mockit.asm.constantPool.Item
getHashCode, getNext, getType, setNext
-
Constructor Details
-
NameAndTypeItem
public NameAndTypeItem(@org.checkerframework.checker.index.qual.NonNegative int index)
-
-
Method Details
-
set
Sets the name and type descriptor of this item.
-