org.apache.derby.iapi.services.classfile
Class CONSTANT_Float_info

java.lang.Object
  extended byorg.apache.derby.iapi.services.classfile.ConstantPoolEntry
      extended byorg.apache.derby.iapi.services.classfile.CONSTANT_Float_info

final class CONSTANT_Float_info
extends ConstantPoolEntry

Float Constant - page 96


Field Summary
private  float value
           
 
Fields inherited from class org.apache.derby.iapi.services.classfile.ConstantPoolEntry
doubleSlot, index, tag
 
Constructor Summary
(package private) CONSTANT_Float_info(float value)
           
 
Method Summary
(package private)  int classFileSize()
          Return an estimate of the size of the constant pool entry.
 boolean equals(java.lang.Object other)
           
 int hashCode()
           
(package private)  void put(ClassFormatOutput out)
           
 
Methods inherited from class org.apache.derby.iapi.services.classfile.ConstantPoolEntry
doubleSlot, getI1, getI2, getIndex, getKey, getTag, setIndex
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

private final float value
Constructor Detail

CONSTANT_Float_info

CONSTANT_Float_info(float value)
Method Detail

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object other)

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


Apache Derby V10.0 Engine Documentation - Copyright © 1997,2004 The Apache Software Foundation or its licensors, as applicable.