Packages

package dtoTypes

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class Position(line: Int, column: Int) extends Product with Serializable

    line

    Line position in a document (zero-based).

    column

    Character offset on a line in a document (zero-based). Assuming that the line is represented as a string, the character value represents the gap between the character and character + 1.

  2. case class PositionRange(start: Position, end: Position) extends Product with Serializable

Value Members

  1. object AscendingPositionOrdering extends Ordering[Position]
  2. object DescendingPositionOrdering extends Ordering[Position]
  3. object EmptyPositionRange extends PositionRange
  4. object Position extends Serializable
  5. object Position0 extends Position
  6. object Position1 extends Position
  7. object PositionRange extends Serializable
  8. object TextUpdater

Ungrouped