コード例 #1
0
ファイル: WhileLoop.java プロジェクト: JinGeek/presto
 public WhileLoopBuilder(CompilerContext context) {
   this.context = context;
   context.pushIterationScope(beginLabel, endLabel);
 }