Uses of Class
io.github.treesitter.jtreesitter.QueryPredicate
-
Uses of QueryPredicate in io.github.treesitter.jtreesitter
Subclasses of QueryPredicate in io.github.treesitter.jtreesitterModifier and TypeClassDescriptionstatic final classHandles the following predicates:
#any-of?,#not-any-of?static final classHandles the following predicates:
#eq?,#not-eq?,#any-eq?,#any-not-eq?static final classHandles the following predicates:
#match?,#not-match?,#any-match?,#any-not-match?Constructor parameters in io.github.treesitter.jtreesitter with type arguments of type QueryPredicateModifierConstructorDescriptionOptions(@Nullable Predicate<QueryCursor.State> progressCallback, @Nullable BiPredicate<QueryPredicate, QueryMatch> predicateCallback) Options(BiPredicate<QueryPredicate, QueryMatch> predicateCallback)