VersionedTextDocumentIdentifier

langoustine.lsp.structures.VersionedTextDocumentIdentifier
See theVersionedTextDocumentIdentifier companion object
case class VersionedTextDocumentIdentifier(version: Int, uri: DocumentUri)

A text document identifier to denote a specific version of a text document.

Value parameters

uri

The text document's uri.

version

The version number of this document.

Attributes

Companion
object
Source
structures.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