Uses of Class
ch.usi.si.seart.treesitter.Language
-
Packages that use Language Package Description ch.usi.si.seart.treesitter -
-
Uses of Language in ch.usi.si.seart.treesitter
Methods in ch.usi.si.seart.treesitter that return Language Modifier and Type Method Description static LanguageLanguage. valueOf(String name)Returns the enum constant of this type with the specified name.static Language[]Language. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ch.usi.si.seart.treesitter with parameters of type Language Modifier and Type Method Description voidParser. setLanguage(@NotNull Language language)Set the language that the parser should use for parsing.static voidLanguage. validate(Language language)Constructors in ch.usi.si.seart.treesitter with parameters of type Language Constructor Description Parser(@NotNull Language language)Query(@NotNull Language language, @NotNull String pattern)
-