Record Class Point

java.lang.Object
java.lang.Record
io.github.treesitter.jtreesitter.Point
Record Components:
row - The zero-based row of the document.
column - The zero-based column of the document.
All Implemented Interfaces:
Comparable<Point>

public record Point(int row, int column) extends Record implements Comparable<Point>
A position in a text document in terms of rows and columns.