setByteRange method

TreeSitterQueryMatchStream setByteRange(
  1. int startByte,
  2. int endByte
)

Implementation

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