Package sootup.apk.frontend.instruction
Class FilledNewArrayInstruction
java.lang.Object
sootup.apk.frontend.instruction.DexLibAbstractInstruction
sootup.apk.frontend.instruction.FilledArrayInstruction
sootup.apk.frontend.instruction.FilledNewArrayInstruction
- All Implemented Interfaces:
DanglingInstruction
-
Field Summary
Fields inherited from class sootup.apk.frontend.instruction.DexLibAbstractInstruction
codeAddress, instruction, lineNumber, stmt
-
Constructor Summary
ConstructorDescriptionFilledNewArrayInstruction
(org.jf.dexlib2.iface.instruction.Instruction instruction, int codeAddress) -
Method Summary
Modifier and TypeMethodDescriptionvoid
finalize
(DexBody body, DexLibAbstractInstruction successor) Finalize this instruction taking the successor into consideration.void
Jimplify this instruction.Methods inherited from class sootup.apk.frontend.instruction.DexLibAbstractInstruction
getInstruction, getLineNumber, getStmt, getUsedRegistersNums, getUsedRegistersNums, setLineNumber, setStmt
-
Constructor Details
-
FilledNewArrayInstruction
public FilledNewArrayInstruction(org.jf.dexlib2.iface.instruction.Instruction instruction, int codeAddress)
-
-
Method Details
-
jimplify
Description copied from class:DexLibAbstractInstruction
Jimplify this instruction.- Specified by:
jimplify
in classDexLibAbstractInstruction
- Parameters:
body
- to jimplify into.
-
finalize
Description copied from interface:DanglingInstruction
Finalize this instruction taking the successor into consideration.- Parameters:
body
- to finalize intosuccessor
- the direct successor of this instruction
-