@Override
 public void visitIntInsn(final int opcode, final int operand) {
   p.visitIntInsn(opcode, operand);
   super.visitIntInsn(opcode, operand);
 }