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