ReLoop constructor

ReLoop(
  1. AST expr,
  2. int low,
  3. int high
)

Implementation

ReLoop(this.expr, this.low, this.high);