|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use attribute_info | |
|---|---|
| com.jeffpalm.ajp.impl | |
| Uses of attribute_info in com.jeffpalm.ajp.impl |
|---|
| Subclasses of attribute_info in com.jeffpalm.ajp.impl | |
|---|---|
class |
Code_attribute_info
|
| Fields in com.jeffpalm.ajp.impl declared as attribute_info | |
|---|---|
attribute_info[] |
field_or_method_info.attributes
|
attribute_info[] |
Code_attribute_info.attributes
|
attribute_info[] |
ClassFileStruct.attributes
|
| Methods in com.jeffpalm.ajp.impl that return attribute_info | |
|---|---|
attribute_info |
Code_attribute_info.attribute(ClassFile cf,
java.lang.String name)
|
attribute_info |
ClassFileStruct.attribute(ClassFile cf,
java.lang.String name)
|
attribute_info |
ClassFileStruct.attributes(int i)
|
| Constructors in com.jeffpalm.ajp.impl with parameters of type attribute_info | |
|---|---|
Code_attribute_info(u2 attribute_name_index,
u4 attribute_length,
u2 max_stack,
u2 max_locals,
u4 code_length,
java.util.List code,
u2 exception_table_length,
exception_table_info[] exception_table,
u2 attributes_count,
attribute_info[] attributes)
|
|
field_info(u2 access_flags,
u2 name_index,
u2 descriptor_index,
u2 attributes_count,
attribute_info[] attributes)
|
|
field_or_method_info(u2 access_flags,
u2 name_index,
u2 descriptor_index,
u2 attributes_count,
attribute_info[] attributes)
|
|
method_info(u2 access_flags,
u2 name_index,
u2 descriptor_index,
u2 attributes_count,
attribute_info[] attributes)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||