package implementation
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- final case class ClassHierarchyItem(symbolInformation: SymbolInformation, asSeenFrom: Map[String, String]) extends Product with Serializable
- final class GlobalClassTable extends AnyRef
- final class ImplementationProvider extends AnyRef
- case class InheritanceContext(findSymbol: (String) ⇒ Option[SymbolInformation], inheritance: Map[String, Set[ClassLocation]]) extends Product with Serializable
- class Supermethods extends AnyRef
- case class TextDocumentWithPath(textDocument: TextDocument, filePath: io.AbsolutePath) extends Product with Serializable
Value Members
- object AsSeenFrom
- object ImplementationProvider
- object InheritanceContext extends Serializable
- object MethodImplementation
- object SuperMethodProvider
- object Supermethods