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

Packages that use EncodedField
com.android.dx.dex.file   
 

Uses of EncodedField in com.android.dx.dex.file
 

Methods in com.android.dx.dex.file with parameters of type EncodedField
 void ClassDefItem.addInstanceField(EncodedField field)
          Adds an instance field.
 void ClassDataItem.addInstanceField(EncodedField field)
          Adds an instance field.
 void ClassDefItem.addStaticField(EncodedField field, Constant value)
          Adds a static field.
 void ClassDataItem.addStaticField(EncodedField field, Constant value)
          Adds a static field.
 int EncodedField.compareTo(EncodedField 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).
 



Copyright © 2012. All Rights Reserved.