Uses of Class
ch.usi.si.seart.treesitter.Range.Builder
-
Packages that use Range.Builder Package Description ch.usi.si.seart.treesitter Provides all the core classes for interfacing with the tree-sitter API. -
-
Uses of Range.Builder in ch.usi.si.seart.treesitter
Methods in ch.usi.si.seart.treesitter that return Range.Builder Modifier and Type Method Description static Range.BuilderRange. builder()Obtain a newRange.Builderinstance for constructing a range.Range.BuilderRange.Builder. endByte(int value)Sets the end byte offset for this range.Range.BuilderRange.Builder. endPoint(@NotNull Point point)Sets the end point for this range.Range.BuilderRange.Builder. startByte(int value)Sets the start byte offset for this range.Range.BuilderRange.Builder. startPoint(@NotNull Point point)Sets the start point for this range.Range.BuilderRange. toBuilder()Obtain a newRange.Builderinitialized with the current range's attributes.
-