예제 #1
0
 @Override
 public String toString() {
   return "while(" + condition.toString() + ") " + block.toString();
 }