case object NoMatch extends TokenEditDistance with Product with Serializable
- Alphabetic
- By Inheritance
- NoMatch
- Serializable
- Product
- Equals
- TokenEditDistance
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toOriginal(revisedOffset: Int): Either[EmptyResult, meta.Position]
- Definition Classes
- NoMatch → TokenEditDistance
- def toOriginal(revisedLine: Int, revisedColumn: Int): Either[EmptyResult, meta.Position]
- Definition Classes
- NoMatch → TokenEditDistance
- final def toOriginalStrict(range: semanticdb.Range): Option[semanticdb.Range]
- Definition Classes
- TokenEditDistance
- def toRevised(originalLine: Int, originalColumn: Int): Either[EmptyResult, meta.Position]
- Definition Classes
- NoMatch → TokenEditDistance
- def toRevised(originalOffset: Int): Either[EmptyResult, meta.Position]
- Definition Classes
- NoMatch → TokenEditDistance
- 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
toRevisedin a few ways: - it should only returnNonein 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 forfallbackToNearest.If
adjustWithinTokenis 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
- NoMatch → TokenEditDistance
- 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.
Nonewill be returned if conversion of any of the diagnostic's underlying text edits cannot be revised.- Definition Classes
- TokenEditDistance
- final def toRevised(scalaAction: ScalaAction, adjustWithinToken: Boolean, fallbackToNearest: Boolean): Option[ScalaAction]
- Definition Classes
- TokenEditDistance
- final def toRevised(textEdit: TextEdit, adjustWithinToken: Boolean, fallbackToNearest: Boolean): Option[TextEdit]
- Definition Classes
- TokenEditDistance
- final def toRevised(pos: org.eclipse.lsp4j.Position): Either[EmptyResult, meta.Position]
- Definition Classes
- TokenEditDistance
- final def toRevisedStrict(range: semanticdb.Range): Option[semanticdb.Range]
- Definition Classes
- TokenEditDistance
- def toString(): String
- Definition Classes
- NoMatch → AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)