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