@Override
 public void visitForLoop(JCForLoop tree) {
   storePositions(tree);
   super.visitForLoop(tree);
 }