|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.derby.iapi.services.classfile.AttributeEntry
Field Summary | |
private int |
attribute_name_index
|
(package private) byte[] |
infoIn
|
private ClassFormatOutput |
infoOut
|
Constructor Summary | |
(package private) |
AttributeEntry(ClassInput in)
|
(package private) |
AttributeEntry(int name_index,
ClassFormatOutput info)
|
Method Summary | |
(package private) int |
classFileSize()
This is exact. |
(package private) int |
getNameIndex()
|
(package private) void |
put(ClassFormatOutput out)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private int attribute_name_index
private ClassFormatOutput infoOut
byte[] infoIn
Constructor Detail |
AttributeEntry(int name_index, ClassFormatOutput info)
AttributeEntry(ClassInput in) throws java.io.IOException
Method Detail |
int getNameIndex()
void put(ClassFormatOutput out) throws java.io.IOException
java.io.IOException
int classFileSize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |