# Interface: com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.IEJump

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](IEJumpFar).

## Method: getBranchAddress
- return type: `int`


## Method: getFallthroughAddress
- parameter: `instructionAddress`, type: `long`
- return type: `int`


## Method: setBranchAddress
- parameter: `branchAddress`, type: `int`


