|
| char | readAttribute (JavaClass *jc, attribute_info *entry) |
| |
| void | ident (int level) |
| |
| uint8_t | readAttributeDeprecated (JavaClass *jc, attribute_info *entry) |
| |
| void | printAttributeDeprecated (JavaClass *jc, attribute_info *entry, int identationLevel) |
| |
| void | freeAttributeDeprecated (attribute_info *entry) |
| |
| uint8_t | readAttributeConstantValue (JavaClass *jc, attribute_info *entry) |
| |
| void | printAttributeConstantValue (JavaClass *jc, attribute_info *entry, int identationLevel) |
| |
| void | freeAttributeConstantValue (attribute_info *entry) |
| |
| uint8_t | readAttributeSourceFile (JavaClass *jc, attribute_info *entry) |
| |
| void | printAttributeSourceFile (JavaClass *jc, attribute_info *entry, int identationLevel) |
| |
| void | freeAttributeSourceFile (attribute_info *entry) |
| |
| uint8_t | readAttributeInnerClasses (JavaClass *jc, attribute_info *entry) |
| |
| void | printAttributeInnerClasses (JavaClass *jc, attribute_info *entry, int identationLevel) |
| |
| void | freeAttributeInnerClasses (attribute_info *entry) |
| |
| uint8_t | readAttributeLineNumberTable (JavaClass *jc, attribute_info *entry) |
| |
| void | printAttributeLineNumberTable (JavaClass *jc, attribute_info *entry, int identationLevel) |
| |
| void | freeAttributeLineNumberTable (attribute_info *entry) |
| |
| uint8_t | readAttributeCode (JavaClass *jc, attribute_info *entry) |
| |
| void | printAttributeCode (JavaClass *jc, attribute_info *entry, int identationLevel) |
| |
| void | freeAttributeCode (attribute_info *entry) |
| |
| uint8_t | readAttributeExceptions (JavaClass *jc, attribute_info *entry) |
| |
| void | printAttributeExceptions (JavaClass *jc, attribute_info *entry, int identationLevel) |
| |
| void | freeAttributeExceptions (attribute_info *entry) |
| |
| void | freeAttributeInfo (attribute_info *entry) |
| |
| void | printAttribute (JavaClass *jc, attribute_info *entry, int identationLevel) |
| |
| void | printAllAttributes (JavaClass *jc) |
| |
| attribute_info * | getAttributeByType (attribute_info *attributes, uint16_t attributes_length, enum AttributeType type) |
| |