| 125 | /// Getter and setter for jump count to Else instruction. |
| 126 | uint32_t getJumpElse() const noexcept { return Data.Blocks.JumpElse; } |
| 127 | void setJumpElse(const uint32_t Cnt) noexcept { Data.Blocks.JumpElse = Cnt; } |
| 128 | |
| 129 | /// Getter and setter for value type. |
| 130 | const ValType &getValType() const noexcept { return Data.VType; } |