See: Description
Interface | Description |
---|---|
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.
|
HasAttribute |
An element that can have
Attribute |
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 | Description |
---|---|
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 | |
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 | Description |
---|---|
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.pool
com.android.dx.util