private static class ClassDump.ConstantFieldRefInfo extends ClassDump.CpInfo
Modifier and Type | Field and Description |
---|---|
private int |
classIndex |
private int |
nameAndTypeIndex |
Constructor and Description |
---|
ConstantFieldRefInfo(ClassDump.Parser parser,
ClassDump.ClassContext classContext)
Parses a CONSTANT_Fieldref_info item.
|
Modifier and Type | Method and Description |
---|---|
(package private) java.lang.String |
dump()
Returns the dump of this item.
|
getCpInfo, size, toString
private final int classIndex
private final int nameAndTypeIndex
ConstantFieldRefInfo(ClassDump.Parser parser, ClassDump.ClassContext classContext) throws java.io.IOException
parser
- a class parser.classContext
- a context to lookup constant pool items from their index.java.io.IOException
- if the class can't be parsed.java.lang.String dump()
ClassDump.CpInfo
dump
in class ClassDump.CpInfo