org.apache.derby.iapi.services.classfile
Class CONSTANT_Double_info
java.lang.Object
org.apache.derby.iapi.services.classfile.ConstantPoolEntry
org.apache.derby.iapi.services.classfile.CONSTANT_Double_info
final class CONSTANT_Double_info
- extends ConstantPoolEntry
Double Constant - page 97 - Section 4.4.5
Field Summary |
private double |
value
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
value
private final double value
CONSTANT_Double_info
CONSTANT_Double_info(double value)
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
classFileSize
int classFileSize()
- Description copied from class:
ConstantPoolEntry
- Return an estimate of the size of the constant pool entry.
- Specified by:
classFileSize
in class ConstantPoolEntry
put
void put(ClassFormatOutput out)
throws java.io.IOException
- Overrides:
put
in class ConstantPoolEntry
- Throws:
java.io.IOException
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in class java.lang.Object
Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.