All Superinterfaces:
IEGeneric, IEJumpWithOptionalCondition, IEStatement, IInstruction, IInstructionOperand, IResizableInstruction

@Ser public interface IEJump extends IEJumpWithOptionalCondition
IR expression representing an intra-procedural jump to a fixed IR target. The target site is within the method, and fully determined. It can be unconditional or conditional.

For jumps to dynamic call sites, possibly extra-procedural, likely unresolved, see IEJumpFar.

  • Method Details

    • getFallthroughAddress

      int getFallthroughAddress(long instructionAddress)
    • getBranchAddress

      int getBranchAddress()
    • setBranchAddress

      void setBranchAddress(int branchAddress)