private static class ClassDump.ConstantInterfaceMethodRefInfo extends ClassDump.CpInfo
| Modifier and Type | Field and Description |
|---|---|
private int |
classIndex |
private int |
nameAndTypeIndex |
| Constructor and Description |
|---|
ConstantInterfaceMethodRefInfo(ClassDump.Parser parser,
ClassDump.ClassContext classContext)
Parses a CONSTANT_InterfaceMethodref_info item.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) java.lang.String |
dump()
Returns the dump of this item.
|
getCpInfo, size, toStringprivate final int classIndex
private final int nameAndTypeIndex
ConstantInterfaceMethodRefInfo(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.CpInfodump in class ClassDump.CpInfo