S0

langoustine.lsp.aliases.TextDocumentContentChangeEvent.S0
See theS0 companion object
case class S0(range: Range, rangeLength: Opt[uinteger], text: String)

Value parameters

range

The range of the document that changed.

rangeLength

The optional length of the range that got replaced.

text

The new text for the provided range.

Attributes

Companion
object
Source
aliases.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product