Package com.strobel.reflection.emit
Class ConstantPool.DoubleConstant
java.lang.Object
com.strobel.reflection.emit.ConstantPool.Entry
com.strobel.reflection.emit.ConstantPool.DoubleConstant
- Enclosing class:
ConstantPool
-
Field Summary
FieldsFields inherited from class com.strobel.reflection.emit.ConstantPool.Entry
index, owner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,
D> R accept
(ConstantPool.Visitor<R, D> visitor, D data) int
getTag()
int
size()
The number of slots in the constant pool used by this entry.toString()
-
Field Details
-
value
public final double value
-
-
Constructor Details
-
DoubleConstant
-
-
Method Details
-
getTag
- Specified by:
getTag
in classConstantPool.Entry
-
size
public int size()Description copied from class:ConstantPool.Entry
The number of slots in the constant pool used by this entry. 2 for DoubleConstant and LongConstant; 1 for everything else.- Overrides:
size
in classConstantPool.Entry
-
byteLength
public int byteLength()- Specified by:
byteLength
in classConstantPool.Entry
-
accept
- Specified by:
accept
in classConstantPool.Entry
-
toString
-