Record Class QueryCapture

java.lang.Object
java.lang.Record
io.github.treesitter.jtreesitter.QueryCapture
Record Components:
name - The name of the capture.
node - The captured node.

@NullMarked public record QueryCapture(String name, Node node) extends Record
A Node that was captured with a certain capture name.