|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.derby.iapi.services.classfile.ConstantPoolEntry
Constant Pool class - pages 92-99
Field Summary | |
protected boolean |
doubleSlot
|
protected int |
index
|
protected int |
tag
|
Constructor Summary | |
protected |
ConstantPoolEntry(int tag)
|
Method Summary | |
(package private) abstract int |
classFileSize()
Return an estimate of the size of the constant pool entry. |
(package private) boolean |
doubleSlot()
|
(package private) int |
getI1()
Get the first index in a index type pool entry. |
(package private) int |
getI2()
Get the second index in a index type pool entry. |
(package private) int |
getIndex()
|
(package private) java.lang.Object |
getKey()
Return the key used to key this object in a hashtable |
(package private) int |
getTag()
Return the tag or type of the entry. |
(package private) void |
put(ClassFormatOutput out)
|
(package private) void |
setIndex(int index)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected int tag
protected boolean doubleSlot
protected int index
Constructor Detail |
protected ConstantPoolEntry(int tag)
Method Detail |
int getIndex()
void setIndex(int index)
boolean doubleSlot()
java.lang.Object getKey()
abstract int classFileSize()
void put(ClassFormatOutput out) throws java.io.IOException
java.io.IOException
final int getTag()
int getI1()
int getI2()
|
Built on Mon 2007-06-04 09:58:47+0400, from revision ??? | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |