CompletionPos

dotty.tools.pc.completions.CompletionPos
See theCompletionPos companion object
case class CompletionPos(start: Int, end: Int, query: String, cursorPos: SourcePosition, sourceUri: URI)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def sourcePos: SourcePosition
def toEditRange: Range

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product