@Override
 public void visitIndexed(JCArrayAccess tree) {
   storePositions(tree);
   super.visitIndexed(tree);
 }