Package org.objectweb.asm.test
Class ClassFile.ConstantIntegerInfo
- java.lang.Object
-
- org.objectweb.asm.test.ClassFile.CpInfo
-
- org.objectweb.asm.test.ClassFile.ConstantIntegerInfo
-
- Enclosing class:
- ClassFile
private static class ClassFile.ConstantIntegerInfo extends ClassFile.CpInfo
A CONSTANT_Integer_info item.- See Also:
- JVMS 4.4.4
-
-
Constructor Summary
Constructors Constructor Description ConstantIntegerInfo(ClassFile.Parser parser)
Parses a CONSTANT_Integer_info item.
-
Method Summary
-
Methods inherited from class org.objectweb.asm.test.ClassFile.CpInfo
dump, getCpInfo, size, toString
-
-
-
-
Constructor Detail
-
ConstantIntegerInfo
ConstantIntegerInfo(ClassFile.Parser parser) throws java.io.IOException
Parses a CONSTANT_Integer_info item.- Parameters:
parser
- a class parser.- Throws:
java.io.IOException
- if the class can't be parsed.
-
-