private static class ClassDump.ConstantDynamicInfo extends ClassDump.CpInfo
Modifier and Type | Field and Description |
---|---|
private int |
bootstrapMethodAttrIndex |
private int |
nameAndTypeIndex |
Constructor and Description |
---|
ConstantDynamicInfo(ClassDump.Parser parser,
ClassDump.ClassContext classContext)
Parses a CONSTANT_Dynamic_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 bootstrapMethodAttrIndex
private final int nameAndTypeIndex
ConstantDynamicInfo(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