Uses of Class
ch.usi.si.seart.treesitter.Predicate.Step.Type
-
Packages that use Predicate.Step.Type Package Description ch.usi.si.seart.treesitter Provides all the core classes for interfacing with the tree-sitter API. -
-
Uses of Predicate.Step.Type in ch.usi.si.seart.treesitter
Methods in ch.usi.si.seart.treesitter that return Predicate.Step.Type Modifier and Type Method Description static Predicate.Step.TypePredicate.Step.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Predicate.Step.Type[]Predicate.Step.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-