Interface ConstantPoolEntry
-
- All Known Implementing Classes:
AbstractConstantPoolEntry
,ConstantPoolEntryClass
,ConstantPoolEntryDouble
,ConstantPoolEntryDynamicInfo
,ConstantPoolEntryFieldRef
,ConstantPoolEntryFloat
,ConstantPoolEntryInteger
,ConstantPoolEntryInvokeDynamic
,ConstantPoolEntryLong
,ConstantPoolEntryMethodHandle
,ConstantPoolEntryMethodRef
,ConstantPoolEntryMethodType
,ConstantPoolEntryModuleInfo
,ConstantPoolEntryNameAndType
,ConstantPoolEntryPackageInfo
,ConstantPoolEntryString
,ConstantPoolEntryUTF8
public interface ConstantPoolEntry
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ConstantPoolEntry.Type
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dump(Dumper d)
long
getRawByteLength()
-
-
-
Method Detail
-
getRawByteLength
long getRawByteLength()
-
dump
void dump(Dumper d)
-
-