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

java.lang.Object
  extended by org.apache.derby.iapi.services.classfile.ConstantPoolEntry
      extended by org.apache.derby.iapi.services.classfile.CONSTANT_Long_info

final class CONSTANT_Long_info
extends ConstantPoolEntry

Long Constant - page 97 - Section 4.4.5


Field Summary
private  long value
           
 
Fields inherited from class org.apache.derby.iapi.services.classfile.ConstantPoolEntry
doubleSlot, index, tag
 
Constructor Summary
CONSTANT_Long_info(long 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 long value
Constructor Detail

CONSTANT_Long_info

CONSTANT_Long_info(long value)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object other)
Overrides:
equals 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

Built on Thu 2010-12-23 20:49:13+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.