|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--AttributeTable
Field Summary | |
(package private) CodeAttribute |
code
the code of a method (includes ExceptionTable) |
(package private) int |
constantValueIndex
the index into the constant pool for the constant value of a static field. |
(package private) java.lang.String[] |
exceptions
a method's Exception classnames from the 'throws' clause. |
(package private) java.lang.Object |
obj
the class, field or method where these attributes belong to. |
(package private) java.util.Hashtable |
otherAttributes
Hashtable of the other attributes, if present. |
(package private) ConstantPool |
pool
the constant pool that this table refers to |
(package private) java.lang.String |
sourceFile
source file name |
Constructor Summary | |
(package private) |
AttributeTable(java.lang.Object obj,
ConstantPool pool,
java.io.DataInput in)
|
Method Summary | |
(package private) void |
write(java.io.DataOutput out)
write this attribute table to a classfile. |
Methods inherited from class java.lang.Object |
|
Field Detail |
java.lang.Object obj
ConstantPool pool
java.lang.String sourceFile
int constantValueIndex
CodeAttribute code
java.lang.String[] exceptions
java.util.Hashtable otherAttributes
Constructor Detail |
AttributeTable(java.lang.Object obj, ConstantPool pool, java.io.DataInput in) throws java.io.IOException
Method Detail |
void write(java.io.DataOutput out) throws java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |