Package sootup.apk.frontend.instruction
Interface DanglingInstruction
- All Known Implementing Classes:
FilledArrayInstruction
,FilledNewArrayInstruction
,FilledNewArrayRangeInstruction
,InvokeInterfaceInstruction
,InvokeSpecialInstruction
,InvokeStaticInstruction
,InvokeVirtualInstruction
,MethodInvocationInstruction
public interface DanglingInstruction
-
Method Summary
Modifier and TypeMethodDescriptionvoid
finalize
(DexBody body, DexLibAbstractInstruction successor) Finalize this instruction taking the successor into consideration.
-
Method Details
-
finalize
Finalize this instruction taking the successor into consideration.- Parameters:
body
- to finalize intosuccessor
- the direct successor of this instruction
-