setByteRange method
Implementation
TreeSitterQueryMatchStream setByteRange(int startByte, int endByte) {
_range = _queryByteRange(startByte, endByte);
return this;
}
TreeSitterQueryMatchStream setByteRange(int startByte, int endByte) {
_range = _queryByteRange(startByte, endByte);
return this;
}