PositionEncodingKind

class Object
trait Matchable
class Any

Type members

Inherited classlikes

object given_Typeable_T extends Typeable[T]

Value members

Inherited methods

inline protected def entry(n: String): PositionEncodingKind
Inherited from:
StringEnum (hidden)
Source:
enumTypes.scala

Concrete fields

Character offsets count UTF-16 code units.

Character offsets count UTF-16 code units.

This is the default and must always be supported by servers

Source:
enumerations.scala

Character offsets count UTF-32 code units.

Character offsets count UTF-32 code units.

Implementation note: these are the same as Unicode code points, so this PositionEncodingKind may also be used for an encoding-agnostic representation of character offsets.

Source:
enumerations.scala

Character offsets count UTF-8 code units.

Character offsets count UTF-8 code units.

Source:
enumerations.scala

Givens

Inherited givens

Inherited from:
StringEnum (hidden)
Source:
enumTypes.scala
Inherited from:
StringEnum (hidden)
Source:
enumTypes.scala
Inherited from:
StringEnum (hidden)
Source:
enumTypes.scala