Пример #1
0
 @Override
 public void visitTypeInsn(final int opcode, final String type) {
   p.visitTypeInsn(opcode, type);
   super.visitTypeInsn(opcode, type);
 }