public class DexPrototype
extends java.lang.Object
This class represents a DEX proto_id_item
object.
Modifier and Type | Method and Description |
---|---|
int[] |
getParameterTypeIndexes()
Get the type indexes for the prototype parameters.
|
int |
getReturnTypeIndex()
Get the prototype return type index.
|
int |
getShortyIndex()
Get the string index of the short-form descriptor string for this prototype.
|
public int getShortyIndex()
Get the string index of the short-form descriptor string for this prototype.
public int getReturnTypeIndex()
Get the prototype return type index.
public int[] getParameterTypeIndexes()
Get the type indexes for the prototype parameters.