예제 #1
0
 public Object visit(WhileStmt node) {
   return layoutBinary("While", node.getPredExpr(), node.getBodyStmt());
 }