|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Method | |
|---|---|
| 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. |
| Uses of Method in com.android.dx.cf.code |
|---|
| Classes in com.android.dx.cf.code that implement Method | |
|---|---|
class |
ConcreteMethod
Container for all the giblets that make up a concrete Java bytecode method. |
| Constructors in com.android.dx.cf.code with parameters of type Method | |
|---|---|
ConcreteMethod(Method method,
ClassFile cf,
boolean keepLines,
boolean keepLocals)
Constructs an instance. |
|
ConcreteMethod(Method method,
int accessFlags,
CstString sourceFile,
boolean keepLines,
boolean keepLocals)
|
|
| Uses of Method in com.android.dx.cf.iface |
|---|
| Classes in com.android.dx.cf.iface that implement Method | |
|---|---|
class |
StdMethod
Standard implementation of Method, which directly stores
all the associated data. |
| Methods in com.android.dx.cf.iface that return Method | |
|---|---|
Method |
MethodList.get(int n)
Get the nth method. |
Method |
StdMethodList.get(int n)
Get the nth method. |
| Methods in com.android.dx.cf.iface with parameters of type Method | |
|---|---|
void |
StdMethodList.set(int n,
Method method)
Sets the method at the given index. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||