public static class DexDebugInfo.LocalVar
extends java.lang.Object
This class represents information about a local variable.
Modifier and Type | Method and Description |
---|---|
int |
getAddress()
Get the address where this variable was defined.
|
int |
getNameIndex()
Get the name index for the variable.
|
int |
getRegister()
Get the register index that holds this variable.
|
int |
getSignatureIndex()
Get the signature index.
|
int |
getTypeIndex()
Get the type index for the variable.
|
public int getAddress()
Get the address where this variable was defined.
public int getRegister()
Get the register index that holds this variable.
public int getNameIndex()
Get the name index for the variable.
public int getTypeIndex()
Get the type index for the variable.
public int getSignatureIndex()
Get the signature index. In this context, the term 'signature' refers to additional type information, such as type specialization data.