Packages

t

scala.tools.nsc.doc.base

MemberLookupBase

trait MemberLookupBase extends AnyRef

This trait extracts all required information for documentation from compilation units. The base trait has been extracted to allow getting light-weight documentation for a particular symbol in the IDE.

Source
MemberLookupBase.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MemberLookupBase
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def chooseLink(links: List[LinkTo]): LinkTo
  2. abstract def findExternalLink(sym: Global.Symbol, name: String): Option[LinkTo]
  3. abstract val global: Global
  4. abstract def internalLink(sym: Global.Symbol, site: Global.Symbol): Option[LinkTo]
  5. abstract def toString(link: LinkTo): String
  6. abstract def warnNoLink: Boolean

Concrete Value Members

  1. def externalSignature(sym: Global.Symbol): String
  2. def makeEntityLink(title: Inline, pos: Global.Position, query: String, site: Global.Symbol): EntityLink { lazy val link: scala.tools.nsc.doc.base.LinkTo }
  3. def memberLookup(pos: Global.Position, query: String, site: Global.Symbol): LinkTo