private static class ClassDump.ConstantDoubleInfo extends ClassDump.CpInfo
Constructor and Description |
---|
ConstantDoubleInfo(ClassDump.Parser parser)
Parses a CONSTANT_Double_info item.
|
Modifier and Type | Method and Description |
---|---|
(package private) int |
size()
Returns the number of entries used by this item in constant_pool.
|
dump, getCpInfo, toString
ConstantDoubleInfo(ClassDump.Parser parser) throws java.io.IOException
parser
- a class parser.java.io.IOException
- if the class can't be parsed.int size()
ClassDump.CpInfo
size
in class ClassDump.CpInfo