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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | equals(Object obj) | ||||||||||
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)
| ||||||||||
int | hashCode() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Parameter indices.
Number of registers used to hold all method parameters (including this if the method is not static)