| Package | Description |
|---|---|
| com.android.dx.cf.code |
Implementation of classes having to do with Java simulation, such as
is needed for verification or stack-to-register conversion.
|
| com.android.dx.cf.direct |
Implementation of
cf.iface.* based on a direct representation
of class files as byte[]s. |
| com.android.dx.cf.iface |
Interfaces and base classes for dealing with class files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConcreteMethod
Container for all the giblets that make up a concrete Java bytecode method.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DirectClassFile
Class file with info taken from a
byte[] or slice thereof. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClassFile
Interface for things which purport to be class files or reasonable
facsimiles thereof.
|
interface |
Field
Interface representing fields of class files.
|
interface |
Member
Interface representing members of class files (that is, fields and methods).
|
interface |
Method
Interface representing methods of class files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StdField
Standard implementation of
Field, which directly stores
all the associated data. |
class |
StdMember
Standard implementation of
Member, which directly stores
all the associated data. |
class |
StdMethod
Standard implementation of
Method, which directly stores
all the associated data. |
Copyright © 2020. All Rights Reserved.