Interface IDalvikInstructionParameter

All Superinterfaces:
IInstructionOperand

public interface IDalvikInstructionParameter extends IInstructionOperand
Parameter definition for a Dalvik instruction. Retrieved via IDalvikInstruction.getParameter(int).
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Get the parameter type.
    long
    Get the parameter value, encoded in a long.

    Methods inherited from interface com.pnfsoftware.jeb.core.units.code.IInstructionOperand

    format
  • Method Details

    • getType

      int getType()
      Get the parameter type.

      See the TYPE_xxx constants.

      Returns:
      the parameter type, one of the TYPE_xxx constants defined in IDalvikInstruction
    • getValue

      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