Class ConstantPoolEntryModuleInfo
- java.lang.Object
-
- org.benf.cfr.reader.entities.AbstractConstantPoolEntry
-
- org.benf.cfr.reader.entities.constantpool.ConstantPoolEntryModuleInfo
-
- All Implemented Interfaces:
ConstantPoolEntry
public class ConstantPoolEntryModuleInfo extends AbstractConstantPoolEntry
-
-
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 int
nameIndex
private static long
OFFSET_OF_NAME_INDEX
-
Constructor Summary
Constructors Constructor Description ConstantPoolEntryModuleInfo(ConstantPool cp, ByteData data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dump(Dumper d)
ConstantPool
getCp()
ConstantPoolEntryUTF8
getName()
long
getRawByteLength()
java.lang.String
toString()
-
-
-
Field Detail
-
OFFSET_OF_NAME_INDEX
private static final long OFFSET_OF_NAME_INDEX
- See Also:
- Constant Field Values
-
nameIndex
private final int nameIndex
-
-
Constructor Detail
-
ConstantPoolEntryModuleInfo
ConstantPoolEntryModuleInfo(ConstantPool cp, ByteData data)
-
-
Method Detail
-
getCp
public ConstantPool getCp()
- Overrides:
getCp
in classAbstractConstantPoolEntry
-
getRawByteLength
public long getRawByteLength()
-
dump
public void dump(Dumper d)
-
getName
public ConstantPoolEntryUTF8 getName()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-