| 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.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.
|
| Constructor and Description |
|---|
ConcreteMethod(Method method,
ClassFile classFile,
boolean keepLines,
boolean keepLocals)
Constructs an instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StdMethod
Standard implementation of
Method, which directly stores
all the associated data. |
| Modifier and Type | Method and Description |
|---|---|
Method |
MethodList.get(int n)
Get the
nth method. |
Method |
StdMethodList.get(int n)
Get the
nth method. |
| Modifier and Type | Method and Description |
|---|---|
void |
StdMethodList.set(int n,
Method method)
Sets the method at the given index.
|
Copyright © 2020. All Rights Reserved.