@Override
 public void visitDoLoop(JCDoWhileLoop tree) {
   storePositions(tree);
   super.visitDoLoop(tree);
 }