case class EagerInMemorySemanticdbIndex(database: scala.meta.Database, sourcepath: scala.meta.Sourcepath, classpath: scala.meta.Classpath) extends SemanticdbIndex with Product with Serializable
- Alphabetic
- By Inheritance
- EagerInMemorySemanticdbIndex
- Serializable
- Serializable
- Product
- Equals
- SemanticdbIndex
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new EagerInMemorySemanticdbIndex(database: scala.meta.Database, sourcepath: scala.meta.Sourcepath, classpath: scala.meta.Classpath)
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
-
val
classpath: scala.meta.Classpath
- Definition Classes
- EagerInMemorySemanticdbIndex → SemanticdbIndex
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
val
database: scala.meta.Database
- Definition Classes
- EagerInMemorySemanticdbIndex → SemanticdbIndex
-
def
denotation(tree: Tree): Option[scala.meta.Denotation]
Lookup denotation of this tree.
Lookup denotation of this tree.
Shorthand method for symbol(tree).flatMap(denotation).
- Definition Classes
- EagerInMemorySemanticdbIndex → SemanticdbIndex
-
def
denotation(symbol: scala.meta.Symbol): Option[scala.meta.Denotation]
Lookup denotation of this symbol.
Lookup denotation of this symbol.
- Definition Classes
- EagerInMemorySemanticdbIndex → SemanticdbIndex
-
def
documents: Seq[scala.meta.Document]
Shorthand for scala.meta.Database.documents
Shorthand for scala.meta.Database.documents
- Definition Classes
- 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
-
def
hashCode(): Int
- Definition Classes
- EagerInMemorySemanticdbIndex → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
messages: Seq[scala.meta.Message]
Shorthand for scala.meta.Database.messages
Shorthand for scala.meta.Database.messages
- Definition Classes
- SemanticdbIndex
-
def
names: Seq[scala.meta.ResolvedName]
The resolved names in this database.
The resolved names in this database.
Includes resolved name in synthetics, such as inferred implicits/types.
- Definition Classes
- EagerInMemorySemanticdbIndex → SemanticdbIndex
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
val
sourcepath: scala.meta.Sourcepath
- Definition Classes
- EagerInMemorySemanticdbIndex → SemanticdbIndex
-
def
symbol(tree: Tree): Option[scala.meta.Symbol]
Lookup symbol at this tree.
Lookup symbol at this tree.
This method returns the same result as symbol(Tree.Position) in most cases but handles some special cases: - when tree is Term/Type.Select(_, name), query by name.position - workaround for https://github.com/scalameta/scalameta/issues/1083
- Definition Classes
- EagerInMemorySemanticdbIndex → SemanticdbIndex
-
def
symbol(position: scala.meta.Position): Option[scala.meta.Symbol]
Lookup symbol at this position.
Lookup symbol at this position.
- Definition Classes
- EagerInMemorySemanticdbIndex → SemanticdbIndex
-
def
symbols: Seq[scala.meta.ResolvedSymbol]
Shorthand for scala.meta.Database.symbols
Shorthand for scala.meta.Database.symbols
- Definition Classes
- SemanticdbIndex
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
synthetics: Seq[scala.meta.Synthetic]
Shorthand for scala.meta.Database.synthetics
Shorthand for scala.meta.Database.synthetics
- Definition Classes
- SemanticdbIndex
-
def
toString(): String
- Definition Classes
- EagerInMemorySemanticdbIndex → AnyRef → Any
-
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
- @throws( ... )
-
def
withDocuments(documents: Seq[scala.meta.Document]): SemanticdbIndex
Build new SemanticdbIndex with only these documents.
Build new SemanticdbIndex with only these documents.
- Definition Classes
- EagerInMemorySemanticdbIndex → SemanticdbIndex
-
object
Symbol
- Definition Classes
- SemanticdbIndex