Ejemplo n.º 1
0
 @Override
 public void visitLiteral(JCLiteral tree) {
   storePositions(tree);
   super.visitLiteral(tree);
 }