Uses of Record Class
io.github.treesitter.jtreesitter.QueryMatch
-
Uses of QueryMatch in io.github.treesitter.jtreesitter
Modifier and TypeMethodDescriptionQuery.findMatches
(Node node) Iterate over all the matches in the order that they were found.Query.findMatches
(Node node, @Nullable BiPredicate<QueryPredicate, QueryMatch> predicate) Iterate over all the matches in the order that they were found.Modifier and TypeMethodDescriptionQuery.findMatches
(Node node, @Nullable BiPredicate<QueryPredicate, QueryMatch> predicate) Iterate over all the matches in the order that they were found.