Packages

case class LegacyInMemorySemanticdbIndex(index: Map[String, util.SemanticdbIndex], symtab: SymbolTable) extends CrashingSemanticdbIndex with SymbolTable with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LegacyInMemorySemanticdbIndex
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SymbolTable
  7. CrashingSemanticdbIndex
  8. SemanticdbIndex
  9. SemanticContext
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LegacyInMemorySemanticdbIndex(index: Map[String, util.SemanticdbIndex], symtab: SymbolTable)

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. final def classpath: scala.meta.Classpath
    Definition Classes
    CrashingSemanticdbIndex → SemanticdbIndex
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def database: v0.Database
    Definition Classes
    LegacyInMemorySemanticdbIndex → SemanticdbIndex
  8. def denotation(tree: Tree): Option[v0.Denotation]
    Definition Classes
    LegacyInMemorySemanticdbIndex → SemanticdbIndex
  9. def denotation(symbol: Symbol): Option[v0.Denotation]
    Definition Classes
    LegacyInMemorySemanticdbIndex → SemanticdbIndex
  10. def documents: Seq[v0.Document]
    Definition Classes
    LegacyInMemorySemanticdbIndex → SemanticdbIndex
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. val index: Map[String, util.SemanticdbIndex]
  15. def info(symbol: String): Option[SymbolInformation]
    Definition Classes
    LegacyInMemorySemanticdbIndex → SymbolTable
  16. def inputs: Seq[scala.meta.Input]
    Definition Classes
    LegacyInMemorySemanticdbIndex → SemanticdbIndex
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def messages: Seq[v0.Message]
    Definition Classes
    SemanticdbIndex
  19. def names: Seq[v0.ResolvedName]
    Definition Classes
    LegacyInMemorySemanticdbIndex → SemanticdbIndex
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def symbol(tree: Tree): Option[Symbol]
    Definition Classes
    LegacyInMemorySemanticdbIndex → SemanticdbIndex
  24. def symbol(position: scala.meta.Position): Option[Symbol]
    Definition Classes
    LegacyInMemorySemanticdbIndex → SemanticdbIndex
  25. def symbols: Seq[v0.ResolvedSymbol]
    Definition Classes
    SemanticdbIndex
  26. val symtab: SymbolTable
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def synthetics(input: scala.meta.Input): Seq[v0.Synthetic]
  29. def synthetics: Seq[v0.Synthetic]
    Definition Classes
    SemanticdbIndex
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  33. final def withDocuments(documents: Seq[v0.Document]): v0.SemanticdbIndex
    Definition Classes
    CrashingSemanticdbIndex → SemanticdbIndex

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from SymbolTable

Inherited from CrashingSemanticdbIndex

Inherited from v0.SemanticdbIndex

Inherited from SemanticContext

Inherited from AnyRef

Inherited from Any

Ungrouped