Interface IEJumpWithOptionalCondition

All Superinterfaces:
IEGeneric, IEStatement, IInstruction, IInstructionOperand, IResizableInstruction
All Known Subinterfaces:
IEJump, IEJumpFar

@Ser public interface IEJumpWithOptionalCondition extends IEStatement
Base interface used to represent IR short or long jumps.
  • Method Details

    • getCondition

      IEGeneric getCondition()
    • setCondition

      void setCondition(IEGeneric condition)