S0

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

Attributes

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.

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product