Constructor in Position
Initialises a new instance of the Position class with the specified line and character.
public Position(int line, int character)
int line
int
The zero-indexed line number.
int character
The zero-index character number.
Last updated 2 months ago
Was this helpful?