Position
data class Position(val line: Int, val column: Int) : Comparable<DocumentProvider.Position> (source)
Represents a position in a text document identified by a specific line and column. Used for precise referencing of specific locations within multi-line text content.