public class UnresolvedOdexInstruction extends java.lang.Object implements Instruction
| Modifier and Type | Field and Description |
|---|---|
int |
objectRegisterNum |
Instruction |
originalInstruction |
| Constructor and Description |
|---|
UnresolvedOdexInstruction(Instruction originalInstruction,
int objectRegisterNumber) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCodeUnits()
Gets the size of this instruction.
|
Opcode |
getOpcode()
Gets the opcode of this instruction.
|
public final Instruction originalInstruction
public final int objectRegisterNum
public UnresolvedOdexInstruction(Instruction originalInstruction, int objectRegisterNumber)
public Opcode getOpcode()
InstructiongetOpcode in interface Instructionpublic int getCodeUnits()
InstructiongetCodeUnits in interface Instruction