java.lang.Object
com.ibm.wala.dalvik.dex.instructions.Instruction
com.ibm.wala.dalvik.dex.instructions.Throw

public class Throw extends Instruction
  • Field Details

    • throwable

      public final int throwable
  • Constructor Details

    • Throw

      public Throw(int pc, int throwable, org.jf.dexlib2.Opcode opcode, DexIMethod method)
  • Method Details