Class CPDouble
java.lang.Object
org.apache.commons.compress.harmony.unpack200.bytecode.ClassFileEntry
org.apache.commons.compress.harmony.unpack200.bytecode.ConstantPoolEntry
org.apache.commons.compress.harmony.unpack200.bytecode.CPConstant
org.apache.commons.compress.harmony.unpack200.bytecode.CPConstantNumber
org.apache.commons.compress.harmony.unpack200.bytecode.CPDouble
Double constant pool entry.
-
Field Summary
Fields inherited from class ConstantPoolEntry
CP_Class, CP_Double, CP_Fieldref, CP_Float, CP_Integer, CP_InterfaceMethodref, CP_Long, CP_Methodref, CP_NameAndType, CP_String, CP_UTF8, globalIndexFields inherited from class ClassFileEntry
NONE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoString()protected voidWrites this instance to the given output stream.Methods inherited from class CPConstantNumber
getNumberMethods inherited from class CPConstant
equals, getValue, hashCodeMethods inherited from class ConstantPoolEntry
doWrite, getGlobalIndex, getTagMethods inherited from class ClassFileEntry
getNestedClassFileEntries, objectHashCode, resolve, write
-
Constructor Details
-
CPDouble
-
-
Method Details
-
toString
- Specified by:
toStringin classClassFileEntry
-
writeBody
Description copied from class:ConstantPoolEntryWrites this instance to the given output stream.- Specified by:
writeBodyin classConstantPoolEntry- Parameters:
dos- the output stream.- Throws:
IOException- if an I/O error occurs.
-