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

Base interface used to represent IR short or long jumps.

## Method: getCondition
- return type: `com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.IEGeneric`


## Method: setCondition
- parameter: `condition`, type: `com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.IEGeneric`


