Package com.strobel.assembler.ir
Class ConstantPool.ConstantEntry
- java.lang.Object
-
- com.strobel.assembler.ir.ConstantPool.Entry
-
- com.strobel.assembler.ir.ConstantPool.ConstantEntry
-
- Direct Known Subclasses:
ConstantPool.DoubleConstantEntry
,ConstantPool.FloatConstantEntry
,ConstantPool.IntegerConstantEntry
,ConstantPool.LongConstantEntry
,ConstantPool.ModuleEntry
,ConstantPool.PackageEntry
,ConstantPool.StringConstantEntry
,ConstantPool.Utf8StringConstantEntry
- Enclosing class:
- ConstantPool
public abstract static class ConstantPool.ConstantEntry extends ConstantPool.Entry
-
-
Field Summary
-
Fields inherited from class com.strobel.assembler.ir.ConstantPool.Entry
index, owner
-
-
Constructor Summary
Constructors Constructor Description ConstantEntry(ConstantPool owner)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.Object
getConstantValue()
-
Methods inherited from class com.strobel.assembler.ir.ConstantPool.Entry
accept, byteLength, fixupKey, getTag, size
-
-
-
-
Constructor Detail
-
ConstantEntry
ConstantEntry(ConstantPool owner)
-
-