Interface TextRange


@Beta public interface TextRange
A text range between two pointers in the source file.
  • Method Details

    • start

      TextPointer start()
      Returns:
      the start location (inclusive).
    • end

      Returns:
      the end location (exclusive).