@Override
 public void visitBinary(JCBinary tree) {
   storePositions(tree);
   super.visitBinary(tree);
 }