Class/Object

scalafix.internal.v0

LegacyInMemorySemanticdbIndex

Related Docs: object LegacyInMemorySemanticdbIndex | package v0

Permalink

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)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. final def classpath: scala.meta.Classpath

    Permalink
    Definition Classes
    CrashingSemanticdbIndex → SemanticdbIndex
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def database: v0.Database

    Permalink
    Definition Classes
    LegacyInMemorySemanticdbIndex → SemanticdbIndex
  8. def denotation(tree: Tree): Option[v0.Denotation]

    Permalink
    Definition Classes
    LegacyInMemorySemanticdbIndex → SemanticdbIndex
  9. def denotation(symbol: Symbol): Option[v0.Denotation]

    Permalink
    Definition Classes
    LegacyInMemorySemanticdbIndex → SemanticdbIndex
  10. def documents: Seq[v0.Document]

    Permalink
    Definition Classes
    LegacyInMemorySemanticdbIndex → SemanticdbIndex
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. val index: Map[String, util.SemanticdbIndex]

    Permalink
  15. def info(symbol: String): Option[SymbolInformation]

    Permalink
    Definition Classes
    LegacyInMemorySemanticdbIndex → SymbolTable
  16. def inputs: Seq[scala.meta.Input]

    Permalink
    Definition Classes
    LegacyInMemorySemanticdbIndex → SemanticdbIndex
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def messages: Seq[v0.Message]

    Permalink
    Definition Classes
    SemanticdbIndex
  19. def names: Seq[v0.ResolvedName]

    Permalink
    Definition Classes
    LegacyInMemorySemanticdbIndex → SemanticdbIndex
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. def symbol(tree: Tree): Option[Symbol]

    Permalink
    Definition Classes
    LegacyInMemorySemanticdbIndex → SemanticdbIndex
  24. def symbol(position: scala.meta.Position): Option[Symbol]

    Permalink
    Definition Classes
    LegacyInMemorySemanticdbIndex → SemanticdbIndex
  25. def symbols: Seq[v0.ResolvedSymbol]

    Permalink
    Definition Classes
    SemanticdbIndex
  26. val symtab: SymbolTable

    Permalink
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def synthetics(input: scala.meta.Input): Seq[v0.Synthetic]

    Permalink
  29. def synthetics: Seq[v0.Synthetic]

    Permalink
    Definition Classes
    SemanticdbIndex
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def withDocuments(documents: Seq[v0.Document]): v0.SemanticdbIndex

    Permalink
    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