Packages

case object Unchanged extends TokenEditDistance with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Unchanged
  2. Serializable
  3. Product
  4. Equals
  5. TokenEditDistance
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  9. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  10. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  12. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  13. def productElementName(n: Int): String
    Definition Classes
    Product
  14. def productElementNames: Iterator[String]
    Definition Classes
    Product
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. def toOriginal(revisedOffset: Int): Either[EmptyResult, meta.Position]
    Definition Classes
    UnchangedTokenEditDistance
  17. def toOriginal(revisedLine: Int, revisedColumn: Int): Either[EmptyResult, meta.Position]
    Definition Classes
    UnchangedTokenEditDistance
  18. final def toOriginalStrict(range: semanticdb.Range): Option[semanticdb.Range]
    Definition Classes
    TokenEditDistance
  19. def toRevised(originalLine: Int, originalColumn: Int): Either[EmptyResult, meta.Position]
    Definition Classes
    UnchangedTokenEditDistance
  20. def toRevised(originalOffset: Int): Either[EmptyResult, meta.Position]
    Definition Classes
    UnchangedTokenEditDistance
  21. def toRevised(range: org.eclipse.lsp4j.Range, adjustWithinToken: Boolean = false, fallbackToNearest: Boolean = true): Option[org.eclipse.lsp4j.Range]

    Converts a range position in the original document to a range position in the revised document.

    Converts a range position in the original document to a range position in the revised document.

    This method behaves differently from the other toRevised in a few ways: - it should only return None in the case when the sources don't tokenize. When the original token is removed in the revised document, we find instead the nearest token in the original document instead. This behaviour can be toggled off by providing value of false for fallbackToNearest.

    If adjustWithinToken is true and the original and revised range are both contained within a single (matching) token, then adjust the returned range to match the start/end offsets of the input range with respect to the token.

    Definition Classes
    UnchangedTokenEditDistance
  22. final def toRevised(scalaDiagnostic: ScalaDiagnostic, adjustWithinToken: Boolean, fallbackToNearest: Boolean): Option[ScalaDiagnostic]

    Converts a bsp diagnostic in the original document to the revised document.

    Converts a bsp diagnostic in the original document to the revised document. None will be returned if conversion of any of the diagnostic's underlying text edits cannot be revised.

    Definition Classes
    TokenEditDistance
  23. final def toRevised(scalaAction: ScalaAction, adjustWithinToken: Boolean, fallbackToNearest: Boolean): Option[ScalaAction]
    Definition Classes
    TokenEditDistance
  24. final def toRevised(textEdit: TextEdit, adjustWithinToken: Boolean, fallbackToNearest: Boolean): Option[TextEdit]
    Definition Classes
    TokenEditDistance
  25. final def toRevised(pos: org.eclipse.lsp4j.Position): Either[EmptyResult, meta.Position]
    Definition Classes
    TokenEditDistance
  26. final def toRevisedStrict(range: semanticdb.Range): Option[semanticdb.Range]
    Definition Classes
    TokenEditDistance
  27. def toString(): String
    Definition Classes
    Unchanged → AnyRef → Any
  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 TokenEditDistance

Inherited from AnyRef

Inherited from Any

Ungrouped