|
||||||||||
| 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> |
ClassDefItem.getMethods()
Gets all the methods in this class. |
ArrayList<EncodedMethod> |
ClassDataItem.getMethods()
Gets all the methods in this class. |
| Methods in com.android.dx.dex.file with parameters of type EncodedMethod | |
|---|---|
void |
ClassDefItem.addDirectMethod(EncodedMethod method)
Adds a direct ( static and/or private) method. |
void |
ClassDataItem.addDirectMethod(EncodedMethod method)
Adds a direct ( static and/or private) method. |
void |
ClassDefItem.addVirtualMethod(EncodedMethod method)
Adds a virtual method. |
void |
ClassDataItem.addVirtualMethod(EncodedMethod method)
Adds a virtual method. |
int |
EncodedMethod.compareTo(EncodedMethod other)
Note: This compares the method constants only, ignoring any associated code, because it should never be the case that two different items with the same method constant ever appear in the same list (or same file, even). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||