com.pnfsoftware.jeb.core.units.code.android.dex.IDexDebugVariable |
This interface represents information about a local variable.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract int |
getAddress()
Get the variable address in 16-bit units.
| ||||||||||
abstract int |
getNameIndex()
Get the name index for the variable.
| ||||||||||
abstract int |
getRegister()
Get the register index that holds this variable.
| ||||||||||
abstract int |
getSignatureIndex()
Get the signature index.
| ||||||||||
abstract int |
getTypeIndex()
Get the type index for the variable.
|
Get the variable address in 16-bit units.
CAREFUL! JEB v1.x used to return addresses in byte units.
Get the name index for the variable.
Get the register index that holds this variable.
Get the signature index. In this context, the term 'signature' refers to additional type information, such as type specialization data.
Get the type index for the variable.