Class

org.bitbucket.inkytonik.kiama.util

Services

Related Doc: package util

Permalink

class Services[N, T <: N, C <: Config] extends AnyRef

Source
Server.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Services
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Services(server: ServerWithConfig[N, T, C] with CompilerBase[N, T, C], config: C)

    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. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def codeactions(params: CodeActionParams): CompletableFuture[Array[CodeAction]]

    Permalink
    Annotations
    @JsonNotification()
  7. def definition(params: TextDocumentPositionParams): CompletableFuture[Location]

    Permalink
    Annotations
    @JsonNotification()
  8. def didChange(params: DidChangeTextDocumentParams): Unit

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def exit(): Unit

    Permalink
    Annotations
    @JsonNotification()
  16. var exitStatus: Int

    Permalink

    Exit status to return when the server exits.

    Exit status to return when the server exits. shutdown sets this to zero to reflect proper shutdown protocol.

  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def formatting(params: DocumentFormattingParams): CompletableFuture[Array[TextEdit]]

    Permalink
    Annotations
    @JsonNotification()
  19. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def hover(params: TextDocumentPositionParams): CompletableFuture[Hover]

    Permalink
    Annotations
    @JsonNotification()
  22. def hoverMarkup(markdown: String): Hover

    Permalink
  23. def initialize(params: InitializeParams): CompletableFuture[InitializeResult]

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

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

    Permalink
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  29. def positionOfNotification(document: TextDocumentIdentifier, position: eclipse.lsp4j.Position): Option[Position]

    Permalink
  30. def process(uri: String, text: String): Unit

    Permalink
  31. def references(params: ReferenceParams): CompletableFuture[Array[Location]]

    Permalink
    Annotations
    @JsonNotification()
  32. def setTrace(params: SetTraceNotificationParams): Unit

    Permalink
    Annotations
    @JsonNotification()
  33. def shutdown(): CompletableFuture[AnyRef]

    Permalink
    Annotations
    @JsonRequest()
  34. def symbols(params: DocumentSymbolParams): CompletableFuture[Array[DocumentSymbol]]

    Permalink
    Annotations
    @JsonNotification()
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. implicit def toJavaFunction[U, V](f: (U) ⇒ V): Function[U, V]

    Permalink
  37. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped