Class BranchManager.IfPositions
java.lang.Object
de.inetsoftware.jwebassembly.module.BranchManager.IfPositions
- Enclosing class:
BranchManager
Positions inside a IF control structure.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ifCount
private int ifCountCount of boolean operations in the IF top level condition. This can be (invalid input: '&'invalid input: '&') or (||) operations. -
thenPos
private int thenPosThe position of the first instruction in the THEN part. -
elsePos
private int elsePosThe position of the first instruction in the ELSE part.
-
-
Constructor Details
-
IfPositions
private IfPositions()
-