Uses of Class
com.android.dx.dex.file.EncodedMethod

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)
          
 



Copyright © 2015. All rights reserved.