Packages

c

mdoc.internal.lsp

MdocLanguageServer

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)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. var client: MdocLanguageClient
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def connect(client: MdocLanguageClient): Unit
  8. val contexts: TrieMap[AbsolutePath, Context]
  9. val currentPreview: AtomicReference[String]
  10. val currentToc: AtomicReference[TableOfContents]
  11. def didChange(params: DidChangeTextDocumentParams): Unit
    Annotations
    @JsonNotification()
  12. def didChangeConfiguration(params: DidChangeConfigurationParams): Unit
    Annotations
    @JsonNotification()
  13. def didClose(params: DidCloseTextDocumentParams): Unit
    Annotations
    @JsonNotification()
  14. def didOpen(params: DidOpenTextDocumentParams): Unit
    Annotations
    @JsonNotification()
  15. def didSave(params: DidSaveTextDocumentParams): Unit
    Annotations
    @JsonNotification()
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def executeCommand(params: ExecuteCommandParams): CompletableFuture[AnyRef]
    Annotations
    @JsonNotification()
  19. def exit(): Unit
    Annotations
    @JsonNotification()
  20. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def findContext(path: AbsolutePath): Option[Context]
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def index(uri: String): CompletableFuture[String]
    Annotations
    @JsonRequest()
  25. def initialize(params: InitializeParams): CompletableFuture[InitializeResult]
    Annotations
    @JsonRequest()
  26. def initialized(params: InitializedParams): Unit
    Annotations
    @JsonNotification()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. var livereload: UndertowLiveReload
  29. def loadContext(file: AbsolutePath): Unit
  30. def loadContexts(): Unit
  31. def mdocPropertyCandidates(): List[AbsolutePath]
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. def newSettings(): Settings
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. def preview(uri: String): Unit
    Annotations
    @JsonNotification()
  37. def previewMarkdown(uri: String, abspath: AbsolutePath, context: Context): Unit
  38. var reporter: DiagnosticsReporter
  39. def setTraceNotification(): Unit
    Annotations
    @JsonNotification()
  40. val sh: ScheduledExecutorService
  41. def shutdown(): CompletableFuture[Unit]
    Annotations
    @JsonRequest()
  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. val tmp: AbsolutePath
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  48. var workspace: AbsolutePath

Inherited from AnyRef

Inherited from Any

Ungrouped