Uses of Class
ch.usi.si.seart.treesitter.Quantifier
-
Packages that use Quantifier Package Description ch.usi.si.seart.treesitter Provides all the core classes for interfacing with the tree-sitter API. -
-
Uses of Quantifier in ch.usi.si.seart.treesitter
Methods in ch.usi.si.seart.treesitter that return Quantifier Modifier and Type Method Description QuantifierCapture. getQuantifier(@NotNull Pattern pattern)Get the capture quantifier for a given queryPattern.static QuantifierQuantifier. valueOf(String name)Returns the enum constant of this type with the specified name.static Quantifier[]Quantifier. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ch.usi.si.seart.treesitter that return types with arguments of type Quantifier Modifier and Type Method Description List<Quantifier>Capture. getQuantifiers()Get the capture quantifiers for allQuerypatterns.
-