Package sootup.apk.frontend.instruction
Class FilledArrayInstruction
java.lang.Object
sootup.apk.frontend.instruction.DexLibAbstractInstruction
sootup.apk.frontend.instruction.FilledArrayInstruction
- All Implemented Interfaces:
DanglingInstruction
- Direct Known Subclasses:
FilledNewArrayInstruction
,FilledNewArrayRangeInstruction
public abstract class FilledArrayInstruction
extends DexLibAbstractInstruction
implements DanglingInstruction
-
Field Summary
Fields inherited from class sootup.apk.frontend.instruction.DexLibAbstractInstruction
codeAddress, instruction, lineNumber, stmt
-
Constructor Summary
ConstructorDescriptionFilledArrayInstruction
(org.jf.dexlib2.iface.instruction.Instruction instruction, int codeAddress) -
Method Summary
Methods inherited from class sootup.apk.frontend.instruction.DexLibAbstractInstruction
getInstruction, getLineNumber, getStmt, getUsedRegistersNums, getUsedRegistersNums, jimplify, setLineNumber, setStmt
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface sootup.apk.frontend.instruction.DanglingInstruction
finalize
-
Constructor Details
-
FilledArrayInstruction
public FilledArrayInstruction(org.jf.dexlib2.iface.instruction.Instruction instruction, int codeAddress) - Parameters:
instruction
- the underlying dexlib instructioncodeAddress
- the bytecode address of this instruction
-