Class IfHandler

java.lang.Object
org.eolang.opeo.decompilation.handlers.IfHandler
All Implemented Interfaces:
InstructionHandler

public final class IfHandler extends Object implements InstructionHandler
If instruction handler. [value1, value2] → [] If value1 is greater than value2, branch to instruction at branchoffset (signed short constructed from unsigned bytes branchbyte1 << 8 | branchbyte2)
Since:
0.2
  • Constructor Details

    • IfHandler

      public IfHandler()
  • Method Details