Class QueryPredicate

java.lang.Object
io.github.treesitter.jtreesitter.QueryPredicate
Direct Known Subclasses:
QueryPredicate.AnyOf, QueryPredicate.Eq, QueryPredicate.Match

@NullMarked public sealed class QueryPredicate extends Object permits QueryPredicate.AnyOf, QueryPredicate.Eq, QueryPredicate.Match
A query predicate that associates conditions (or arbitrary metadata) with a pattern.
See Also: