Class DynamicItem
java.lang.Object
mockit.asm.constantPool.Item
mockit.asm.constantPool.TypeOrMemberItem
mockit.asm.constantPool.DynamicItem
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class TypeOrMemberItem
getArgSizeComputingIfNeeded, getDesc, getNameMethods inherited from class Item
getHashCode, getNext, getType, setNext
-
Constructor Details
-
DynamicItem
public DynamicItem(@NonNegative int index)
-
-
Method Details
-
set
Sets the type, name, desc, and index of the constant or invoke dynamic item.- Parameters:
type- one ofConstantPoolTypes.INVOKE_DYNAMICorConstantPoolTypes.DYNAMIC, for invoke or constant dynamic, respectivelyname- the item namedesc- the item type descriptorindex- zero based index into the class attribute "BootstrapMethods".
-