Uses of Class
ch.usi.si.seart.treesitter.Tree
-
Packages that use Tree Package Description ch.usi.si.seart.treesitter -
-
Uses of Tree in ch.usi.si.seart.treesitter
Methods in ch.usi.si.seart.treesitter that return Tree Modifier and Type Method Description TreeParser. parseFile(Path path)Use the parser to parse some source code found in a file at the specified path.TreeParser. parseString(String source)Use the parser to parse some source code and create a syntax tree.TreeParser. parseString(String source, Tree oldTree)Use the parser to incrementally parse a changed source code string, reusing unchanged parts of the tree to speed up the process.Methods in ch.usi.si.seart.treesitter with parameters of type Tree Modifier and Type Method Description TreeParser. parseString(String source, Tree oldTree)Use the parser to incrementally parse a changed source code string, reusing unchanged parts of the tree to speed up the process.
-