Class RopToDop

java.lang.Object
com.android.dx.dex.code.RopToDop

public final class RopToDop extends Object
Translator from rop-level Insn instances to corresponding Dop instances.
  • Method Details

    • dopFor

      public static Dop dopFor(Insn insn)
      Returns the dalvik opcode appropriate for the given register-based instruction.
      Parameters:
      insn - non-null; the original instruction
      Returns:
      the corresponding dalvik opcode; one of the constants in Dops