com.android.dex
Class MethodId

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

public final class MethodId
extends Object
implements Comparable<MethodId>


Constructor Summary
MethodId(Dex dex, int declaringClassIndex, int protoIndex, int nameIndex)
           
 
Method Summary
 int compareTo(MethodId other)
           
 int getDeclaringClassIndex()
           
 int getNameIndex()
           
 int getProtoIndex()
           
 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

MethodId

public MethodId(Dex dex,
                int declaringClassIndex,
                int protoIndex,
                int nameIndex)
Method Detail

getDeclaringClassIndex

public int getDeclaringClassIndex()

getProtoIndex

public int getProtoIndex()

getNameIndex

public int getNameIndex()

compareTo

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

writeTo

public void writeTo(Dex.Section out)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015. All rights reserved.