LineCol constructor

LineCol(int line int col)

Implementation

LineCol(this.line, this.col);