Exemplo n.º 1
0
 @Override
 public void visitBinary(JCBinary tree) {
   storePositions(tree);
   super.visitBinary(tree);
 }