class MdocLanguageServer extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MdocLanguageServer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new MdocLanguageServer(ec: ExecutionContext)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- var client: MdocLanguageClient
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def connect(client: MdocLanguageClient): Unit
- val contexts: TrieMap[AbsolutePath, Context]
- val currentPreview: AtomicReference[String]
- val currentToc: AtomicReference[TableOfContents]
-
def
didChange(params: DidChangeTextDocumentParams): Unit
- Annotations
- @JsonNotification()
-
def
didChangeConfiguration(params: DidChangeConfigurationParams): Unit
- Annotations
- @JsonNotification()
-
def
didClose(params: DidCloseTextDocumentParams): Unit
- Annotations
- @JsonNotification()
-
def
didOpen(params: DidOpenTextDocumentParams): Unit
- Annotations
- @JsonNotification()
-
def
didSave(params: DidSaveTextDocumentParams): Unit
- Annotations
- @JsonNotification()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
executeCommand(params: ExecuteCommandParams): CompletableFuture[AnyRef]
- Annotations
- @JsonNotification()
-
def
exit(): Unit
- Annotations
- @JsonNotification()
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def findContext(path: AbsolutePath): Option[Context]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
index(uri: String): CompletableFuture[String]
- Annotations
- @JsonRequest()
-
def
initialize(params: InitializeParams): CompletableFuture[InitializeResult]
- Annotations
- @JsonRequest()
-
def
initialized(params: InitializedParams): Unit
- Annotations
- @JsonNotification()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- var livereload: UndertowLiveReload
- def loadContext(file: AbsolutePath): Unit
- def loadContexts(): Unit
- def mdocPropertyCandidates(): List[AbsolutePath]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newSettings(): Settings
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
preview(uri: String): Unit
- Annotations
- @JsonNotification()
- def previewMarkdown(uri: String, abspath: AbsolutePath, context: Context): Unit
- var reporter: DiagnosticsReporter
-
def
setTraceNotification(): Unit
- Annotations
- @JsonNotification()
- val sh: ScheduledExecutorService
-
def
shutdown(): CompletableFuture[Unit]
- Annotations
- @JsonRequest()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val tmp: AbsolutePath
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- var workspace: AbsolutePath