TextDocumentFilter

langoustine.lsp.aliases$.TextDocumentFilter$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class S0(language: String, scheme: Opt[String], pattern: Opt[String])

Attributes

language

A language id, like typescript.

pattern

A glob pattern, like *.{ts,js}.

scheme

A Uri scheme, like file or untitled.

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

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
S0.type
case class S1(language: Opt[String], scheme: String, pattern: Opt[String])

Attributes

language

A language id, like typescript.

pattern

A glob pattern, like *.{ts,js}.

scheme

A Uri scheme, like file or untitled.

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

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
S1.type
case class S2(language: Opt[String], scheme: Opt[String], pattern: String)

Attributes

language

A language id, like typescript.

pattern

A glob pattern, like *.{ts,js}.

scheme

A Uri scheme, like file or untitled.

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

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
S2.type

Attributes

Graph
Supertypes
trait TypeTest[Any, TextDocumentFilter]
trait Serializable
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

inline def apply(v: S0): TextDocumentFilter
inline def apply(v: S1): TextDocumentFilter
inline def apply(v: S2): TextDocumentFilter

Givens

Inherited givens

given reader: Reader[TextDocumentFilter]

Attributes

Inherited from:
aliases_TextDocumentFilter (hidden)
given writer: Writer[TextDocumentFilter]

Attributes

Inherited from:
aliases_TextDocumentFilter (hidden)