Constructs a new {@link LineNumberNode LineNumberNode} object.paramline a line number. This number refers to the source file from which the class was compiled.paramstart the first instruction corresponding to this line number. this.line = line; this.start = start;
this.line = line; this.start = start;
Makes the given code visitor visit this line number declaration.paramcv a code visitor. cv.visitLineNumber(line, start);
cv.visitLineNumber(line, start);