Class

mdoc.internal.lsp

MdocLanguageServer

Related Doc: package lsp

Permalink

class MdocLanguageServer extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MdocLanguageServer
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MdocLanguageServer(ec: ExecutionContext)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. var client: MdocLanguageClient

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def connect(client: MdocLanguageClient): Unit

    Permalink
  8. val contexts: TrieMap[AbsolutePath, Context]

    Permalink
  9. val currentPreview: AtomicReference[String]

    Permalink
  10. val currentToc: AtomicReference[TableOfContents]

    Permalink
  11. def didChange(params: DidChangeTextDocumentParams): Unit

    Permalink
    Annotations
    @JsonNotification()
  12. def didChangeConfiguration(params: DidChangeConfigurationParams): Unit

    Permalink
    Annotations
    @JsonNotification()
  13. def didClose(params: DidCloseTextDocumentParams): Unit

    Permalink
    Annotations
    @JsonNotification()
  14. def didOpen(params: DidOpenTextDocumentParams): Unit

    Permalink
    Annotations
    @JsonNotification()
  15. def didSave(params: DidSaveTextDocumentParams): Unit

    Permalink
    Annotations
    @JsonNotification()
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  18. def executeCommand(params: ExecuteCommandParams): CompletableFuture[AnyRef]

    Permalink
    Annotations
    @JsonNotification()
  19. def exit(): Unit

    Permalink
    Annotations
    @JsonNotification()
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def findContext(path: AbsolutePath): Option[Context]

    Permalink
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. def index(uri: String): CompletableFuture[String]

    Permalink
    Annotations
    @JsonRequest()
  25. def initialize(params: InitializeParams): CompletableFuture[InitializeResult]

    Permalink
    Annotations
    @JsonRequest()
  26. def initialized(params: InitializedParams): Unit

    Permalink
    Annotations
    @JsonNotification()
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. var livereload: UndertowLiveReload

    Permalink
  29. def loadContext(file: AbsolutePath): Unit

    Permalink
  30. def loadContexts(): Unit

    Permalink
  31. def mdocPropertyCandidates(): List[AbsolutePath]

    Permalink
  32. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. def newSettings(): Settings

    Permalink
  34. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. def preview(uri: String): Unit

    Permalink
    Annotations
    @JsonNotification()
  37. def previewMarkdown(uri: String, abspath: AbsolutePath, context: Context): Unit

    Permalink
  38. var reporter: DiagnosticsReporter

    Permalink
  39. def setTraceNotification(): Unit

    Permalink
    Annotations
    @JsonNotification()
  40. val sh: ScheduledExecutorService

    Permalink
  41. def shutdown(): CompletableFuture[Unit]

    Permalink
    Annotations
    @JsonRequest()
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  43. val tmp: AbsolutePath

    Permalink
  44. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  45. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. var workspace: AbsolutePath

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped