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
ConstructorsConstructorDescriptionFilledNewArrayInstruction(org.jf.dexlib2.iface.instruction.Instruction instruction, int codeAddress) -
Method Summary
Modifier and TypeMethodDescriptionvoidfinalize(DexBody body, DexLibAbstractInstruction successor) Finalize this instruction taking the successor into consideration.voidJimplify 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:DexLibAbstractInstructionJimplify this instruction.- Specified by:
jimplifyin classDexLibAbstractInstruction- Parameters:
body- to jimplify into.
-
finalize
Description copied from interface:DanglingInstructionFinalize this instruction taking the successor into consideration.- Parameters:
body- to finalize intosuccessor- the direct successor of this instruction
-