Class BranchManager.IfPositions

java.lang.Object
de.inetsoftware.jwebassembly.module.BranchManager.IfPositions
Enclosing class:
BranchManager

private static class BranchManager.IfPositions extends Object
Positions inside a IF control structure.
  • Field Details

    • ifCount

      private int ifCount
      Count of boolean operations in the IF top level condition. This can be (invalid input: '&'invalid input: '&') or (||) operations.
    • thenPos

      private int thenPos
      The position of the first instruction in the THEN part.
    • elsePos

      private int elsePos
      The position of the first instruction in the ELSE part.
  • Constructor Details

    • IfPositions

      private IfPositions()