LineColumn.java | Class | A LineColumn object groups two pieces of information: the line number and the column number.
They represent a position in the editor's text.
A text location represents the gap to the left of the position identified, so
that (0, 0) is the start of the file, (0, 1) is between the first and
second characters in the file, and so on. |