|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| Attribute | Interface representing attributes of class files (directly or indirectly). |
| AttributeList | Interface for lists of attributes. |
| ClassFile | Interface for things which purport to be class files or reasonable facsimiles thereof. |
| Field | Interface representing fields of class files. |
| FieldList | Interface for lists of fields. |
| Member | Interface representing members of class files (that is, fields and methods). |
| Method | Interface representing methods of class files. |
| MethodList | Interface for lists of methods. |
| ParseObserver | Observer of parsing in action. |
| Class Summary | |
|---|---|
| StdAttributeList | Standard implementation of AttributeList, which directly stores
an array of Attribute objects and can be made immutable. |
| StdField | Standard implementation of Field, which directly stores
all the associated data. |
| StdFieldList | Standard implementation of FieldList, which directly stores
an array of Field objects and can be made immutable. |
| StdMember | Standard implementation of Member, which directly stores
all the associated data. |
| StdMethod | Standard implementation of Method, which directly stores
all the associated data. |
| StdMethodList | Standard implementation of MethodList, which directly stores
an array of Method objects and can be made immutable. |
| Exception Summary | |
|---|---|
| ParseException | Exception from parsing. |
Interfaces and base classes for dealing with class files. This package doesn't have any parsing but does have basic container implementations.
PACKAGES USED:
com.android.dx.rop.poolcom.android.dx.util
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||