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