Class ConstantPoolEntryDouble
- java.lang.Object
-
- org.benf.cfr.reader.entities.AbstractConstantPoolEntry
-
- org.benf.cfr.reader.entities.constantpool.ConstantPoolEntryDouble
-
- All Implemented Interfaces:
ConstantPoolEntry
,ConstantPoolEntryLiteral
public class ConstantPoolEntryDouble extends AbstractConstantPoolEntry implements ConstantPoolEntryLiteral
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.benf.cfr.reader.entities.constantpool.ConstantPoolEntry
ConstantPoolEntry.Type
-
-
Field Summary
Fields Modifier and Type Field Description private double
value
-
Constructor Summary
Constructors Constructor Description ConstantPoolEntryDouble(ConstantPool cp, ByteData data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dump(Dumper d)
long
getRawByteLength()
StackType
getStackType()
double
getValue()
-
Methods inherited from class org.benf.cfr.reader.entities.AbstractConstantPoolEntry
getCp
-
-
-
-
Constructor Detail
-
ConstantPoolEntryDouble
public ConstantPoolEntryDouble(ConstantPool cp, ByteData data)
-
-
Method Detail
-
getRawByteLength
public long getRawByteLength()
- Specified by:
getRawByteLength
in interfaceConstantPoolEntry
-
dump
public void dump(Dumper d)
- Specified by:
dump
in interfaceConstantPoolEntry
-
getValue
public double getValue()
-
getStackType
public StackType getStackType()
- Specified by:
getStackType
in interfaceConstantPoolEntryLiteral
-
-