case class LegacyInMemorySemanticdbIndex(index: Map[String, util.SemanticdbIndex], symtab: SymbolTable) extends CrashingSemanticdbIndex with SymbolTable with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LegacyInMemorySemanticdbIndex
- Serializable
- Serializable
- Product
- Equals
- SymbolTable
- CrashingSemanticdbIndex
- SemanticdbIndex
- SemanticContext
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new LegacyInMemorySemanticdbIndex(index: Map[String, util.SemanticdbIndex], symtab: SymbolTable)
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
-
final
def
classpath: scala.meta.Classpath
- Definition Classes
- CrashingSemanticdbIndex → SemanticdbIndex
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
database: v0.Database
- Definition Classes
- LegacyInMemorySemanticdbIndex → SemanticdbIndex
-
def
denotation(tree: Tree): Option[v0.Denotation]
- Definition Classes
- LegacyInMemorySemanticdbIndex → SemanticdbIndex
-
def
denotation(symbol: Symbol): Option[v0.Denotation]
- Definition Classes
- LegacyInMemorySemanticdbIndex → SemanticdbIndex
-
def
documents: Seq[v0.Document]
- Definition Classes
- LegacyInMemorySemanticdbIndex → SemanticdbIndex
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val index: Map[String, util.SemanticdbIndex]
-
def
info(symbol: String): Option[SymbolInformation]
- Definition Classes
- LegacyInMemorySemanticdbIndex → SymbolTable
-
def
inputs: Seq[scala.meta.Input]
- Definition Classes
- LegacyInMemorySemanticdbIndex → SemanticdbIndex
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
messages: Seq[v0.Message]
- Definition Classes
- SemanticdbIndex
-
def
names: Seq[v0.ResolvedName]
- Definition Classes
- LegacyInMemorySemanticdbIndex → SemanticdbIndex
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
symbol(tree: Tree): Option[Symbol]
- Definition Classes
- LegacyInMemorySemanticdbIndex → SemanticdbIndex
-
def
symbol(position: scala.meta.Position): Option[Symbol]
- Definition Classes
- LegacyInMemorySemanticdbIndex → SemanticdbIndex
-
def
symbols: Seq[v0.ResolvedSymbol]
- Definition Classes
- SemanticdbIndex
- val symtab: SymbolTable
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def synthetics(input: scala.meta.Input): Seq[v0.Synthetic]
-
def
synthetics: Seq[v0.Synthetic]
- Definition Classes
- SemanticdbIndex
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
withDocuments(documents: Seq[v0.Document]): v0.SemanticdbIndex
- Definition Classes
- CrashingSemanticdbIndex → SemanticdbIndex