Constructs a new {@link IincInsnNode IincInsnNode} node.paramvar index of the local variable to be incremented.paramincr increment amount to increment the local variable by. super(Constants.IINC); this.var = var; this.incr = incr;
super(Constants.IINC); this.var = var; this.incr = incr;
cv.visitIincInsn(var, incr);