Package mockit.asm.constantPool
Class FloatItem
java.lang.Object
mockit.asm.constantPool.Item
mockit.asm.constantPool.FloatItem
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class mockit.asm.constantPool.Item
getHashCode, getNext, getType, setNext
-
Constructor Details
-
FloatItem
public FloatItem(@org.checkerframework.checker.index.qual.NonNegative int index)
-
-
Method Details
-
set
public void set(float value) Sets the value of this item. -
setValue
public final void setValue(int value)
-