|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EncodedMethod | |
|---|---|
| com.android.dx.dex.file | |
| Uses of EncodedMethod in com.android.dx.dex.file |
|---|
| Methods in com.android.dx.dex.file that return types with arguments of type EncodedMethod | |
|---|---|
ArrayList<EncodedMethod> |
ClassDataItem.getMethods()
Gets all the methods in this class. |
ArrayList<EncodedMethod> |
ClassDefItem.getMethods()
Gets all the methods in this class. |
| Methods in com.android.dx.dex.file with parameters of type EncodedMethod | |
|---|---|
void |
ClassDataItem.addDirectMethod(EncodedMethod method)
Adds a direct ( static and/or private) method. |
void |
ClassDefItem.addDirectMethod(EncodedMethod method)
Adds a direct ( static and/or private) method. |
void |
ClassDataItem.addVirtualMethod(EncodedMethod method)
Adds a virtual method. |
void |
ClassDefItem.addVirtualMethod(EncodedMethod method)
Adds a virtual method. |
int |
EncodedMethod.compareTo(EncodedMethod other)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||