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
  • Constructor Details

    • FilledArrayInstruction

      public FilledArrayInstruction(org.jf.dexlib2.iface.instruction.Instruction instruction, int codeAddress)
      Parameters:
      instruction - the underlying dexlib instruction
      codeAddress - the bytecode address of this instruction