Package ch.usi.si.seart.treesitter
Class Range
- java.lang.Object
-
- ch.usi.si.seart.treesitter.Range
-
public class Range extends Object
Represents the portions of source code taken up by a node within a file or snippet. Each range consists of a:- start byte offset
- end byte offset
- start point
- end point
- Since:
- 1.0.0
- Author:
- Ozren Dabić