Beispiel #1
0
 public WhileLoopBuilder(CompilerContext context) {
   this.context = context;
   context.pushIterationScope(beginLabel, endLabel);
 }