Uses of Class
io.github.treesitter.jtreesitter.QueryPredicate
-
Uses of QueryPredicate in io.github.treesitter.jtreesitter
Modifier and TypeClassDescriptionstatic final class
Handles the following predicates:
#any-of?
,#not-any-of?
static final class
Handles the following predicates:
#eq?
,#not-eq?
,#any-eq?
,#any-not-eq?
static final class
Handles the following predicates:
#match?
,#not-match?
,#any-match?
,#any-not-match?
Modifier and TypeMethodDescriptionQuery.findMatches
(Node node, @Nullable BiPredicate<QueryPredicate, QueryMatch> predicate) Iterate over all the matches in the order that they were found.