Uses of Record Class
io.github.treesitter.jtreesitter.Range
-
Uses of Range in io.github.treesitter.jtreesitter
Methods in io.github.treesitter.jtreesitter that return RangeMethods in io.github.treesitter.jtreesitter that return types with arguments of type RangeModifier 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.Method parameters in io.github.treesitter.jtreesitter with type arguments of type RangeModifier and TypeMethodDescriptionParser.setIncludedRanges
(List<Range> includedRanges) Set the ranges of text that the parser should include when parsing.