public class GotoInstruction extends JumpInstruction implements DeferableInstruction
markerUnit, targetInstructioncodeAddress, instruction, lineNumber, unit| Constructor and Description |
|---|
GotoInstruction(Instruction instruction,
int codeAdress) |
| Modifier and Type | Method and Description |
|---|---|
void |
deferredJimplify(DexBody body)
Jimplify this instruction with the guarantee that every other
(non-deferred) instruction has been jimplified.
|
void |
jimplify(DexBody body)
Jimplify this instruction.
|
getTargetInstructionaddTags, getInstruction, getLineNumber, getUnit, getUsedRegistersNums, getUsedRegistersNums, introducedTypes, setLineNumber, setUnitpublic void jimplify(DexBody body)
DexlibAbstractInstructionjimplify in class DexlibAbstractInstructionbody - to jimplify into.public void deferredJimplify(DexBody body)
DeferableInstructiondeferredJimplify in interface DeferableInstructionbody - to jimplify into