Initialize a newly created location to represent the location of the character at the given line and column.
line
column
CharacterLocation(this.line, this.column);