PositionEncodingKind

langoustine.lsp.enumerations.enumerations$package.PositionEncodingKind

Attributes

Source
enumerations.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited classlikes

object given_Bijection_T_String extends Bijection[T, String]

Attributes

Inherited from:
StringEnum (hidden)
Source
enumTypes.scala
Supertypes
trait Bijection[T, String]
class Object
trait Matchable
class Any
object given_Typeable_T extends Typeable[T]

Attributes

Inherited from:
StringEnum (hidden)
Source
enumTypes.scala
Supertypes
trait TypeTest[Any, T]
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

override def ALL: Set[PositionEncodingKind]

Attributes

Definition Classes
StringEnum
Source
enumerations.scala

Inherited methods

inline protected def entry(n: String): PositionEncodingKind

Attributes

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

Attributes

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 codepoints, so this PositionEncodingKind may also be used for an encoding-agnostic representation of character offsets.

Attributes

Source
enumerations.scala

Character offsets count UTF-8 code units (e.g. bytes).

Character offsets count UTF-8 code units (e.g. bytes).

Attributes

Source
enumerations.scala

Givens

Inherited givens

Attributes

Inherited from:
StringEnum (hidden)
Source
enumTypes.scala

Attributes

Inherited from:
StringEnum (hidden)
Source
enumTypes.scala
given reader: Reader[PositionEncodingKind]

Attributes

Inherited from:
StringEnum (hidden)
Source
enumTypes.scala
given writer: Writer[PositionEncodingKind]

Attributes

Inherited from:
StringEnum (hidden)
Source
enumTypes.scala

Extensions

Inherited extensions

extension (t: PositionEncodingKind)
inline def raw: String

Attributes

Inherited from:
StringEnum (hidden)
Source
enumTypes.scala