Uses of Class
ch.usi.si.seart.treesitter.Pattern
-
Packages that use Pattern Package Description ch.usi.si.seart.treesitter Provides all the core classes for interfacing with the tree-sitter API. -
-
Uses of Pattern in ch.usi.si.seart.treesitter
Methods in ch.usi.si.seart.treesitter with parameters of type Pattern Modifier and Type Method Description QuantifierCapture. getQuantifier(@NotNull Pattern pattern)Get the capture quantifier for a given queryPattern.
-