com.android.dx.dex.code
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 Summary |
static Dop |
dopFor(Insn insn)
Returns the dalvik opcode appropriate for the given register-based
instruction. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Copyright © 2015. All rights reserved.