Uses of Class
ch.usi.si.seart.treesitter.QueryMatch
-
Packages that use QueryMatch Package Description ch.usi.si.seart.treesitter -
-
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()
-