Uses of Class
ch.usi.si.seart.treesitter.Parser
-
Packages that use Parser Package Description ch.usi.si.seart.treesitter Provides all the core classes for interfacing with the tree-sitter API. -
-
Uses of Parser in ch.usi.si.seart.treesitter
Methods in ch.usi.si.seart.treesitter that return Parser Modifier and Type Method Description ParserParser.Builder. build()Builds and returns a new Parser instance with the configured language.static ParserParser. getFor(@NotNull Language language)Static factory for obtaining new parser instances.
-