Package org.benf.cfr.reader.entities
Class AbstractConstantPoolEntry
- java.lang.Object
-
- org.benf.cfr.reader.entities.AbstractConstantPoolEntry
-
- All Implemented Interfaces:
ConstantPoolEntry
- Direct Known Subclasses:
ConstantPoolEntryClass
,ConstantPoolEntryDouble
,ConstantPoolEntryDynamicInfo
,ConstantPoolEntryFieldRef
,ConstantPoolEntryFloat
,ConstantPoolEntryInteger
,ConstantPoolEntryInvokeDynamic
,ConstantPoolEntryLong
,ConstantPoolEntryMethodHandle
,ConstantPoolEntryMethodRef
,ConstantPoolEntryMethodType
,ConstantPoolEntryModuleInfo
,ConstantPoolEntryNameAndType
,ConstantPoolEntryPackageInfo
,ConstantPoolEntryString
,ConstantPoolEntryUTF8
public abstract class AbstractConstantPoolEntry extends java.lang.Object implements ConstantPoolEntry
-
-
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 ConstantPool
cp
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractConstantPoolEntry(ConstantPool cp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ConstantPool
getCp()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.benf.cfr.reader.entities.constantpool.ConstantPoolEntry
dump, getRawByteLength
-
-
-
-
Field Detail
-
cp
private final ConstantPool cp
-
-
Constructor Detail
-
AbstractConstantPoolEntry
protected AbstractConstantPoolEntry(ConstantPool cp)
-
-
Method Detail
-
getCp
protected ConstantPool getCp()
-
-