Uses of Class
ch.usi.si.seart.treesitter.QueryMatch
-
Packages that use QueryMatch Package Description ch.usi.si.seart.treesitter Provides all the core classes for interfacing with the tree-sitter API. -
-
Uses of QueryMatch in ch.usi.si.seart.treesitter
Methods in ch.usi.si.seart.treesitter that return QueryMatch Modifier and Type Method Description QueryMatchQueryCursor. nextMatch()Advance to the next match of the currently running query.Methods in ch.usi.si.seart.treesitter that return types with arguments of type QueryMatch Modifier and Type Method Description @NotNull Iterator<QueryMatch>QueryCursor. iterator()Returns an iterator over the query matches, starting from the firstQueryMatch.
-