Packages

case object NoMatch extends TokenEditDistance with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NoMatch
  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]) @native() @IntrinsicCandidate()
  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
    @native() @IntrinsicCandidate()
  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
    @native() @IntrinsicCandidate()
  12. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. def productElementName(n: Int): String
    Definition Classes
    Product
  14. def productElementNames: Iterator[String]
    Definition Classes
    Product
  15. def productIterator: Iterator[Any]
    Definition Classes
    Product
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def toOriginal(revisedOffset: Int): Either[EmptyResult, meta.Position]
    Definition Classes
    NoMatchTokenEditDistance
  18. def toOriginal(revisedLine: Int, revisedColumn: Int): Either[EmptyResult, meta.Position]
    Definition Classes
    NoMatchTokenEditDistance
  19. final def toOriginalStrict(range: semanticdb.Range): Option[semanticdb.Range]
    Definition Classes
    TokenEditDistance
  20. def toRevised(originalLine: Int, originalColumn: Int): Either[EmptyResult, meta.Position]
    Definition Classes
    NoMatchTokenEditDistance
  21. def toRevised(originalOffset: Int): Either[EmptyResult, meta.Position]
    Definition Classes
    NoMatchTokenEditDistance
  22. def toRevised(range: org.eclipse.lsp4j.Range): 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.

    Definition Classes
    NoMatchTokenEditDistance
  23. final def toRevised(pos: org.eclipse.lsp4j.Position): Either[EmptyResult, meta.Position]
    Definition Classes
    TokenEditDistance
  24. final def toRevisedStrict(range: semanticdb.Range): Option[semanticdb.Range]
    Definition Classes
    TokenEditDistance
  25. def toString(): String
    Definition Classes
    NoMatch → AnyRef → Any
  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 TokenEditDistance

Inherited from AnyRef

Inherited from Any

Ungrouped