@Override
 public void visitLiteral(JCLiteral tree) {
   storePositions(tree);
   super.visitLiteral(tree);
 }