Uses of Class
ch.usi.si.seart.treesitter.exception.parser.ParsingException
-
Packages that use ParsingException Package Description ch.usi.si.seart.treesitter Provides all the core classes for interfacing with the tree-sitter API. -
-
Uses of ParsingException in ch.usi.si.seart.treesitter
Methods in ch.usi.si.seart.treesitter that throw ParsingException Modifier and Type Method Description TreeParser. parse(@NotNull String source)Use the parser to parse some source code and create a syntaxTree.TreeParser. parse(@NotNull String source, @NotNull Tree oldTree)Use the parser to incrementally reparse a changed source code string, re-using unchanged parts of theTreeto expedite the process.TreeParser. parse(@NotNull Path path)Use the parser to parse source code from a file.TreeParser. parse(@NotNull Path path, @NotNull Tree oldTree)Use the parser to reparse source code from a file, re-using unchanged parts of theTreeto expedite the process.
-