com.android.dex
Class ProtoId

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

public final class ProtoId
extends Object
implements Comparable<ProtoId>


Constructor Summary
ProtoId(Dex dex, int shortyIndex, int returnTypeIndex, int parametersOffset)
           
 
Method Summary
 int compareTo(ProtoId other)
           
 int getParametersOffset()
           
 int getReturnTypeIndex()
           
 int getShortyIndex()
           
 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

ProtoId

public ProtoId(Dex dex,
               int shortyIndex,
               int returnTypeIndex,
               int parametersOffset)
Method Detail

compareTo

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

getShortyIndex

public int getShortyIndex()

getReturnTypeIndex

public int getReturnTypeIndex()

getParametersOffset

public int getParametersOffset()

writeTo

public void writeTo(Dex.Section out)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015. All rights reserved.