public interface

IDalvikInstructionParameter

implements IInstructionOperand
com.pnfsoftware.jeb.core.units.code.android.dex.IDalvikInstructionParameter

Class Overview

Parameter definition for a Dalvik instruction. Retrieved via getParameter(int).

Summary

Public Methods
abstract int getType()
Get the parameter type.
abstract long getValue()
Get the parameter value, encoded in a long.
[Expand]
Inherited Methods
From interface com.pnfsoftware.jeb.core.units.code.IInstructionOperand

Public Methods

public abstract int getType ()

Get the parameter type.

See the TYPE_xxx constants.

Returns

public abstract long getValue ()

Get the parameter value, encoded in a long.

See the TYPE_xxx constants.

Returns
  • the parameter value, refer to the appropriate TYPE_xxx constant in IDalvikInstruction to determine how to decode it