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