| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.units.code.android.ParametersInfo |
Dalvik method parameters-to-registers mapping information.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ParametersInfo(int regcnt, List<Integer> paramindexes) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | getParameterCount() | ||||||||||
| int | getParameterIndex(int index) | ||||||||||
| List<Integer> |
getParameterIndices()
Parameter indices.
| ||||||||||
| int |
getRegisterCount()
Number of registers used to hold all method parameters (including this if the method is not static)
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Parameter indices.
Number of registers used to hold all method parameters (including this if the method is not static)