Class Instruction

    • Field Detail

      • pc

        public final int pc
      • opcode

        protected final org.jf.dexlib.Code.Opcode opcode
      • noInstructions

        public static final int[] noInstructions
    • Constructor Detail

      • Instruction

        protected Instruction​(int pc,
                              org.jf.dexlib.Code.Opcode op,
                              DexIMethod method)
    • Method Detail

      • isPEI

        public boolean isPEI()
        True if the instruction can throw an exception
        See Also:
        IInstruction.isPEI()
      • getParentMethod

        public DexIMethod getParentMethod()
        Returns:
        The DexIMethod which contains this instruction.
      • getOpcode

        public org.jf.dexlib.Code.Opcode getOpcode()
        Returns:
        The opcode associated with this instruction.
      • getBranchTargets

        public int[] getBranchTargets()