public final class ProtoId extends Object implements Comparable<ProtoId>
Constructor and Description |
---|
ProtoId(Dex dex,
int shortyIndex,
int returnTypeIndex,
int parametersOffset) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ProtoId other) |
int |
getParametersOffset() |
int |
getReturnTypeIndex() |
int |
getShortyIndex() |
String |
toString() |
void |
writeTo(Dex.Section out) |
public ProtoId(Dex dex, int shortyIndex, int returnTypeIndex, int parametersOffset)
public int compareTo(ProtoId other)
compareTo
in interface Comparable<ProtoId>
public int getShortyIndex()
public int getReturnTypeIndex()
public int getParametersOffset()
public void writeTo(Dex.Section out)
Copyright © 2016. All Rights Reserved.