Exemplo n.º 1
0
 @Override
 public void visitLdcInsn(Object cst) {
   cst = remapper.mapValue(cst);
   super.visitLdcInsn(cst);
 }