t

scala.tools.nsc.doc.model

MemberLookup

trait MemberLookup extends MemberLookupBase

This trait extracts all required information for documentation from compilation units

Self Type
MemberLookup with ModelFactory
Source
MemberLookup.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MemberLookup
  2. MemberLookupBase
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract val global: Global
    Definition Classes
    MemberLookupBase

Concrete Value Members

  1. def chooseLink(links: List[LinkTo]): LinkTo
    Definition Classes
    MemberLookupMemberLookupBase
  2. lazy val defaultJdkUrl: String
  3. def externalSignature(sym: Global.Symbol): String
    Definition Classes
    MemberLookupBase
  4. def findExternalLink(sym: Global.Symbol, name: String): Option[LinkTo]
    Definition Classes
    MemberLookupMemberLookupBase
  5. def internalLink(sym: Global.Symbol, site: Global.Symbol): Option[LinkTo]
    Definition Classes
    MemberLookupMemberLookupBase
  6. def isChildOf(f: AbstractFile, dir: String): Boolean

    Check if this file is a child of the given directory string.

    Check if this file is a child of the given directory string. Can only be used on directories that actually exist in the file system.

  7. lazy val javaVersion: Int
  8. def jdkUrl: String
  9. def jdkUrl(path: String, sym: Global.Symbol): String
  10. def makeEntityLink(title: Inline, pos: Global.Position, query: String, site: Global.Symbol): EntityLink { lazy val link: scala.tools.nsc.doc.base.LinkTo }
    Definition Classes
    MemberLookupBase
  11. def memberLookup(pos: Global.Position, query: String, site: Global.Symbol): LinkTo
    Definition Classes
    MemberLookupBase
  12. def toString(link: LinkTo): String
    Definition Classes
    MemberLookupMemberLookupBase
  13. def warnNoLink: Boolean
    Definition Classes
    MemberLookupMemberLookupBase