Class/Object

scalafix.internal.v0

LegacyInMemorySemanticdbIndex

Related Docs: object LegacyInMemorySemanticdbIndex | package v0

Permalink

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

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

Instance Constructors

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

    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: scala.meta.Symbol): Option[v0.Denotation]

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

    Permalink
    Definition Classes
    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 inputs: Seq[scala.meta.Input]

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    SemanticdbIndex
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def synthetics: Seq[v0.Synthetic]

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. 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 CrashingSemanticdbIndex

Inherited from v0.SemanticdbIndex

Inherited from SemanticContext

Inherited from AnyRef

Inherited from Any

Ungrouped