Package org.objectweb.asm.test
Class ClassFile.ConstantDynamicInfo
- java.lang.Object
-
- org.objectweb.asm.test.ClassFile.CpInfo
-
- org.objectweb.asm.test.ClassFile.ConstantDynamicInfo
-
- Enclosing class:
- ClassFile
private static class ClassFile.ConstantDynamicInfo extends ClassFile.CpInfo
A CONSTANT_Dynamic_info item.- See Also:
- JVMS 4.4.13
-
-
Field Summary
Fields Modifier and Type Field Description private intbootstrapMethodAttrIndexprivate intnameAndTypeIndex
-
Constructor Summary
Constructors Constructor Description ConstantDynamicInfo(ClassFile.Parser parser, ClassFile.ClassContext classContext)Parses a CONSTANT_Dynamic_info item.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.Stringdump()Returns the dump of this item.-
Methods inherited from class org.objectweb.asm.test.ClassFile.CpInfo
getCpInfo, size, toString
-
-
-
-
Constructor Detail
-
ConstantDynamicInfo
ConstantDynamicInfo(ClassFile.Parser parser, ClassFile.ClassContext classContext) throws java.io.IOException
Parses a CONSTANT_Dynamic_info item.- Parameters:
parser- a class parser.classContext- a context to lookup constant pool items from their index.- Throws:
java.io.IOException- if the class can't be parsed.
-
-
Method Detail
-
dump
java.lang.String dump()
Description copied from class:ClassFile.CpInfoReturns the dump of this item.- Overrides:
dumpin classClassFile.CpInfo- Returns:
- the dump of this item.
-
-