Packages

case class AdjustedLspData(adjustPosition: (org.eclipse.lsp4j.Position) => org.eclipse.lsp4j.Position, filterOutLocations: (Location) => Boolean) extends AdjustLspData with Product with Serializable

Linear Supertypes
java.io.Serializable, Product, Equals, AdjustLspData, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AdjustedLspData
  2. Serializable
  3. Product
  4. Equals
  5. AdjustLspData
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AdjustedLspData(adjustPosition: (org.eclipse.lsp4j.Position) => org.eclipse.lsp4j.Position, filterOutLocations: (Location) => Boolean)

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. def adjustCompletionListInPlace(list: CompletionList): Unit
    Definition Classes
    AdjustLspData
  5. def adjustDiagnostic(diag: Diagnostic): Diagnostic
    Definition Classes
    AdjustLspData
  6. def adjustDocumentHighlight(highlights: java.util.List[DocumentHighlight]): java.util.List[DocumentHighlight]
    Definition Classes
    AdjustLspData
  7. def adjustHoverResp(hover: HoverSignature): HoverSignature
    Definition Classes
    AdjustLspData
  8. def adjustHoverResp(hover: Hover): Hover
    Definition Classes
    AdjustLspData
  9. def adjustImportResult(autoImportResult: AutoImportsResult): Unit
    Definition Classes
    AdjustLspData
  10. def adjustLocation(location: Location): Location
    Definition Classes
    AdjustLspData
  11. def adjustLocations(locations: java.util.List[Location]): java.util.List[Location]
    Definition Classes
    AdjustedLspDataAdjustLspData
  12. def adjustPos(pos: org.eclipse.lsp4j.Position, adjustToZero: Boolean = true): org.eclipse.lsp4j.Position
    Definition Classes
    AdjustedLspDataAdjustLspData
  13. val adjustPosition: (org.eclipse.lsp4j.Position) => org.eclipse.lsp4j.Position
  14. def adjustRange(range: org.eclipse.lsp4j.Range): org.eclipse.lsp4j.Range
    Definition Classes
    AdjustLspData
  15. def adjustReferencesResult(referencesResult: pc.ReferencesResult, additionalAdjust: AdjustRange, text: String): ReferencesResult
    Definition Classes
    AdjustLspData
  16. def adjustTextEdits(edits: java.util.List[TextEdit]): java.util.List[TextEdit]
    Definition Classes
    AdjustLspData
  17. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  18. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. val filterOutLocations: (Location) => Boolean
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from java.io.Serializable

Inherited from Product

Inherited from Equals

Inherited from AdjustLspData

Inherited from AnyRef

Inherited from Any

Ungrouped