|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MethodList | |
|---|---|
| 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. |
| Uses of MethodList in com.android.dx.cf.code |
|---|
| Methods in com.android.dx.cf.code with parameters of type MethodList | |
|---|---|
static RopMethod |
Ropper.convert(ConcreteMethod method,
TranslationAdvice advice,
MethodList methods)
Converts a ConcreteMethod to a RopMethod. |
| Uses of MethodList in com.android.dx.cf.direct |
|---|
| Methods in com.android.dx.cf.direct that return MethodList | |
|---|---|
MethodList |
DirectClassFile.getMethods()
Gets the field methods (along with
methods_count). |
| Uses of MethodList in com.android.dx.cf.iface |
|---|
| Classes in com.android.dx.cf.iface that implement MethodList | |
|---|---|
class |
StdMethodList
Standard implementation of MethodList, which directly stores
an array of Method objects and can be made immutable. |
| Methods in com.android.dx.cf.iface that return MethodList | |
|---|---|
MethodList |
ClassFile.getMethods()
Gets the field methods (along with
methods_count). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||