VersionedNotebookDocumentIdentifier

langoustine.lsp.structures.VersionedNotebookDocumentIdentifier
See theVersionedNotebookDocumentIdentifier companion object
case class VersionedNotebookDocumentIdentifier(version: Int, uri: Uri)

A versioned notebook document identifier.

Value parameters

uri

The notebook document's uri.

version

The version number of this notebook document.

Attributes

Since

3.17.0

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