Record Class Range

java.lang.Object
java.lang.Record
io.github.treesitter.jtreesitter.Range

@NullMarked public record Range(Point startPoint, Point endPoint, int startByte, int endByte) extends Record
A range of positions in a text document, both in terms of bytes and of row-column points.