Example #1
0
 @Override
 public void visitLdcInsn(final Object cst) {
     checkStartCode();
     checkEndCode();
     checkLDCConstant(cst);
     super.visitLdcInsn(cst);
     ++insnCount;
 }