Uses of Class
ch.usi.si.seart.treesitter.exception.ParsingException
-
Packages that use ParsingException Package Description ch.usi.si.seart.treesitter -
-
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 syntax tree.TreeParser. parse(@NotNull String source, @NotNull Tree oldTree)Use the parser to incrementally parse a changed source code string, reusing unchanged parts of the tree to speed up the process.TreeParser. parse(@NotNull Path path)Use the parser to parse some source code found in a file at the specified path.TreeParser. parse(@NotNull Path path, @NotNull Tree oldTree)Use the parser to parse some source code found in a file at the specified path, reusing unchanged parts of the tree to speed up the process.
-