Uses of Class
ch.usi.si.seart.treesitter.Range
-
Packages that use Range Package Description ch.usi.si.seart.treesitter Provides all the core classes for interfacing with the tree-sitter API. -
-
Uses of Range in ch.usi.si.seart.treesitter
Methods in ch.usi.si.seart.treesitter that return Range Modifier and Type Method Description RangeNode. getRange()Get the node'sRange, indicating its byte and row-column position span.
-