Uses of Class
ch.usi.si.seart.treesitter.Query
-
Packages that use Query Package Description ch.usi.si.seart.treesitter Provides all the core classes for interfacing with the tree-sitter API. -
-
Uses of Query in ch.usi.si.seart.treesitter
Methods in ch.usi.si.seart.treesitter that return Query Modifier and Type Method Description QueryQuery.Builder. build()Builds and returns a new query instance with the configured language and pattern.static QueryQuery. getFor(@NotNull Language language, @NotNull String... patterns)Static factory for obtaining new query instances.Methods in ch.usi.si.seart.treesitter with parameters of type Query Modifier and Type Method Description QueryCursorNode. walk(@NotNull Query query)Create a newQueryCursorstarting from this node.
-