Uses of Record Class
io.github.treesitter.jtreesitter.Range
-
Uses of Range in io.github.treesitter.jtreesitter
Modifier and TypeMethodDescriptionTree.getChangedRanges
(Tree newTree) Compare an old edited syntax tree to a new syntax tree representing the same document.Parser.getIncludedRanges()
Get the ranges of text that the parser should include when parsing.Tree.getIncludedRanges()
Get the included ranges of the syntax tree.Modifier and TypeMethodDescriptionParser.setIncludedRanges
(List<Range> includedRanges) Set the ranges of text that the parser should include when parsing.