Uses of Record Class
io.github.treesitter.jtreesitter.QueryMatch
-
Uses of QueryMatch in io.github.treesitter.jtreesitter
Methods in io.github.treesitter.jtreesitter that return types with arguments of type QueryMatchModifier and TypeMethodDescriptionQueryCursor.findCaptures
(Node node) Iterate over all the captures in the order that they were found.QueryCursor.findCaptures
(Node node, QueryCursor.Options options) Iterate over all the captures in the order that they were found.QueryCursor.findCaptures
(Node node, SegmentAllocator allocator, QueryCursor.Options options) Iterate over all the captures in the order that they were found.QueryCursor.findMatches
(Node node) Iterate over all the matches in the order that they were found.QueryCursor.findMatches
(Node node, QueryCursor.Options options) Iterate over all the matches in the order that they were found.QueryCursor.findMatches
(Node node, SegmentAllocator allocator, QueryCursor.Options options) Iterate over all the matches in the order that they were found, using the given allocator.Constructor parameters in io.github.treesitter.jtreesitter with type arguments of type QueryMatch