Exemplo n.º 1
0
 @Override
 public void visitLdcInsn(final Object cst) {
   p.visitLdcInsn(cst);
   super.visitLdcInsn(cst);
 }