Uses of Interface
com.pnfsoftware.jeb.core.units.code.android.dex.IDalvikInstructionParameter
Packages that use IDalvikInstructionParameter
Package
Description
Types representing an Dex structures and Dalvik code.
-
Uses of IDalvikInstructionParameter in com.pnfsoftware.jeb.core.units.code.android.dex
Methods in com.pnfsoftware.jeb.core.units.code.android.dex that return IDalvikInstructionParameterModifier and TypeMethodDescriptionIDalvikInstruction.getParameter
(int index) Get an instruction operand by index, typed as a proper Dalvik parameter.IDalvikInstruction.getParameters()
Get the instruction operands typed as proper Dalvik parameters.