Package sootup.apk.frontend.instruction
Interface DeferableInstruction
- All Known Implementing Classes:
ConditionalJumpInstruction,GotoInstruction,IfTestInstruction,IfTestzInstruction,PackedSwitchInstruction,SparseSwitchInstruction,SwitchInstruction
public interface DeferableInstruction
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeferredJimplify(DexBody body) Jimplify this instruction with the guarantee that every other (non-deferred) instruction has been jimplified.
-
Method Details
-
deferredJimplify
Jimplify this instruction with the guarantee that every other (non-deferred) instruction has been jimplified.- Parameters:
body- to jimplify into
-