RetracedLine constructor

RetracedLine(String source, String raw, int line int col)

Implementation

RetracedLine(this.source, this.raw, this.line, this.col):
      parsed = true, located = true;