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 ConstantPool.Entry
index, owner -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,D> R accept(ConstantPool.Visitor<R, D> visitor, D data) intgetTag()intsize()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:
getTagin classConstantPool.Entry
-
size
public int size()Description copied from class:ConstantPool.EntryThe number of slots in the constant pool used by this entry. 2 for DoubleConstant and LongConstant; 1 for everything else.- Overrides:
sizein classConstantPool.Entry
-
byteLength
public int byteLength()- Specified by:
byteLengthin classConstantPool.Entry
-
accept
- Specified by:
acceptin classConstantPool.Entry
-
toString
-