public class GotoInstruction extends JumpInstruction implements DeferableInstruction
markerUnit, targetInstruction
codeAddress, 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.
|
getTargetInstruction
addTags, getInstruction, getLineNumber, getUnit, getUsedRegistersNums, getUsedRegistersNums, introducedTypes, setLineNumber, setUnit
public void jimplify(DexBody body)
DexlibAbstractInstruction
jimplify
in class DexlibAbstractInstruction
body
- to jimplify into.public void deferredJimplify(DexBody body)
DeferableInstruction
deferredJimplify
in interface DeferableInstruction
body
- to jimplify into