com.android.dex
Class FieldId

java.lang.Object
  extended by com.android.dex.FieldId
All Implemented Interfaces:
Comparable<FieldId>

public final class FieldId
extends Object
implements Comparable<FieldId>


Constructor Summary
FieldId(Dex dex, int declaringClassIndex, int typeIndex, int nameIndex)
           
 
Method Summary
 int compareTo(FieldId other)
           
 int getDeclaringClassIndex()
           
 int getNameIndex()
           
 int getTypeIndex()
           
 String toString()
           
 void writeTo(Dex.Section out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FieldId

public FieldId(Dex dex,
               int declaringClassIndex,
               int typeIndex,
               int nameIndex)
Method Detail

getDeclaringClassIndex

public int getDeclaringClassIndex()

getTypeIndex

public int getTypeIndex()

getNameIndex

public int getNameIndex()

compareTo

public int compareTo(FieldId other)
Specified by:
compareTo in interface Comparable<FieldId>

writeTo

public void writeTo(Dex.Section out)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015. All rights reserved.