|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> services >> [ classfile overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.derby.iapi.services.classfile
Class AttributeEntry

java.lang.Objectorg.apache.derby.iapi.services.classfile.AttributeEntry
- class AttributeEntry
- extends java.lang.Object
| 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 |
attribute_name_index
private int attribute_name_index
infoOut
private ClassFormatOutput infoOut
infoIn
byte[] infoIn
| Constructor Detail |
AttributeEntry
AttributeEntry(int name_index,
ClassFormatOutput info)
AttributeEntry
AttributeEntry(ClassInput in) throws java.io.IOException
| Method Detail |
getNameIndex
int getNameIndex()
put
void put(ClassFormatOutput out) throws java.io.IOException
classFileSize
int classFileSize()
- This is exact.
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> services >> [ classfile overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.derby.iapi.services.classfile.AttributeEntry