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 adjustLocations(locations: java.util.List[Location]): java.util.List[Location]
    Definition Classes
    AdjustedLspDataAdjustLspData
  11. def adjustPos(pos: org.eclipse.lsp4j.Position): org.eclipse.lsp4j.Position
    Definition Classes
    AdjustedLspDataAdjustLspData
  12. val adjustPosition: (org.eclipse.lsp4j.Position) => org.eclipse.lsp4j.Position
  13. def adjustRange(range: org.eclipse.lsp4j.Range): org.eclipse.lsp4j.Range
    Definition Classes
    AdjustLspData
  14. def adjustTextEdits(edits: java.util.List[TextEdit]): java.util.List[TextEdit]
    Definition Classes
    AdjustLspData
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. val filterOutLocations: (Location) => Boolean
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. def productElementNames: Iterator[String]
    Definition Classes
    Product
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. 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

Inherited from java.io.Serializable

Inherited from Product

Inherited from Equals

Inherited from AdjustLspData

Inherited from AnyRef

Inherited from Any

Ungrouped