Class ParametersInfo
java.lang.Object
com.pnfsoftware.jeb.core.units.code.android.ParametersInfo
Dalvik method parameters-to-registers mapping information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
int
getParameterIndex
(int index) Indices of registers holding parameter values.int
Number of registers used to hold all method parameters (including `this` if the method is not static).int
hashCode()
-
Constructor Details
-
ParametersInfo
- Parameters:
regcnt
- number of registers used to hold all method parameters (including `this` if the method is not static).paramindexes
- indices of registers holding parameter values (the register index for `this` should not be included)
-
-
Method Details
-
getRegisterCount
public int getRegisterCount()Number of registers used to hold all method parameters (including `this` if the method is not static).- Returns:
-
getParameterIndices
Indices of registers holding parameter values. The register index for `this` is not included!- Returns:
-
getParameterIndex
public int getParameterIndex(int index) -
getParameterCount
public int getParameterCount() -
hashCode
public int hashCode() -
equals
-