c

scala.tools.nsc.doc.model

ProtectedInTemplate

case class ProtectedInTemplate(owner: Option[TypeEntity]) extends Visibility with Product with Serializable

The visibility of protected[owner] members. An unqualified protected members is encoded with owner equal to None. Note that whilst the member is visible in any template owned by owner, it is only visible in subclasses of the member's inTemplate.

Source
Visibility.scala
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProtectedInTemplate
  2. Serializable
  3. Product
  4. Equals
  5. Visibility
  6. AnyRef
  7. 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

Instance Constructors

  1. new ProtectedInTemplate(owner: Option[TypeEntity])

Value Members

  1. def isPrivate: Boolean
    Definition Classes
    Visibility
  2. def isProtected: Boolean
    Definition Classes
    ProtectedInTemplateVisibility
  3. def isPublic: Boolean
    Definition Classes
    Visibility
  4. val owner: Option[TypeEntity]
  5. def productElementNames: Iterator[String]
    Definition Classes
    Product