Record Class QueryMatch

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

@NullMarked public record QueryMatch(int patternIndex, List<QueryCapture> captures) extends Record
A match that corresponds to a certain pattern in the query.