scala.tools.nsc.doc.model

Package

trait Package extends DocTemplateEntity

A package template. A package is in the universe if it is declared as a package object, or if it contains at least one template.

Linear Supertypes
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Package
  2. DocTemplateEntity
  3. MemberTemplateEntity
  4. HigherKinded
  5. MemberEntity
  6. TemplateEntity
  7. Entity
  8. AnyRef
  9. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def abstractTypes: List[AbstractType]

    All abstract types that are members of this template.

    All abstract types that are members of this template.

    Definition Classes
    DocTemplateEntity
  2. abstract def aliasTypes: List[AliasType]

    All type aliases that are members of this template.

    All type aliases that are members of this template.

    Definition Classes
    DocTemplateEntity
  3. abstract def allSubClasses: List[DocTemplateEntity]

    All class, trait and object templates for which this template is a direct or indirect super-class or super-trait.

    All class, trait and object templates for which this template is a direct or indirect super-class or super-trait. Only templates for which documentation is available in the universe (DocTemplateEntity) are listed.

    Definition Classes
    DocTemplateEntity
  4. abstract def annotations: List[Annotation]

    The annotations attached to this entity, if any.

    The annotations attached to this entity, if any.

    Definition Classes
    Entity
  5. abstract def byConversion: Option[ImplicitConversion]

    If this member originates from an implicit conversion, we set the implicit information to the correct origin

    If this member originates from an implicit conversion, we set the implicit information to the correct origin

    Definition Classes
    MemberEntity
  6. abstract def comment: Option[Comment]

    The comment attached to this member, if any.

    The comment attached to this member, if any.

    Definition Classes
    MemberEntity
  7. abstract def companion: Option[DocTemplateEntity]

    The companion of this template, or none.

    The companion of this template, or none. If a class and an object are defined as a pair of the same name, the other entity of the pair is the companion.

    Definition Classes
    DocTemplateEntity
  8. abstract def constructors: List[Constructor]

    All constructors of this class, including the primary constructor.

    All constructors of this class, including the primary constructor.

    Definition Classes
    DocTemplateEntity
  9. abstract def contentDiagram: Option[Diagram]

    If this template contains other templates, such as classes and traits, they will be shown in this diagram

    If this template contains other templates, such as classes and traits, they will be shown in this diagram

    Definition Classes
    DocTemplateEntity
  10. abstract def conversions: List[ImplicitConversion]

    The implicit conversions this template (class or trait, objects and packages are not affected)

    The implicit conversions this template (class or trait, objects and packages are not affected)

    Definition Classes
    DocTemplateEntity
  11. abstract def definitionName: String

    The qualified name of the member in its currently active declaration template.

    The qualified name of the member in its currently active declaration template.

    Definition Classes
    MemberEntity
  12. abstract def deprecation: Option[Body]

    Some deprecation message if this member is deprecated, or none otherwise.

    Some deprecation message if this member is deprecated, or none otherwise.

    Definition Classes
    MemberEntity
  13. abstract def directSubClasses: List[DocTemplateEntity]

    All class, trait and object templates for which this template is a *direct* super-class or super-trait.

    All class, trait and object templates for which this template is a *direct* super-class or super-trait. Only templates for which documentation is available in the universe (DocTemplateEntity) are listed.

    Definition Classes
    DocTemplateEntity
  14. abstract def flags: List[Paragraph]

    The flags that have been set for this entity.

    The flags that have been set for this entity. The following flags are supported: implicit, sealed, abstract, and final.

    Definition Classes
    MemberEntity
  15. abstract def group: String

    The group this member is from

    The group this member is from

    Definition Classes
    MemberEntity
  16. abstract def groupDescription(group: String): Option[Body]

    Returns the group description taken either from this template or its linearizationTypes

    Returns the group description taken either from this template or its linearizationTypes

    Definition Classes
    DocTemplateEntity
  17. abstract def groupName(group: String): String

    Returns the group description taken either from this template or its linearizationTypes

    Returns the group description taken either from this template or its linearizationTypes

    Definition Classes
    DocTemplateEntity
  18. abstract def groupPriority(group: String): Int

    Returns the group description taken either from this template or its linearizationTypes

    Returns the group description taken either from this template or its linearizationTypes

    Definition Classes
    DocTemplateEntity
  19. abstract def id: Int

    Similar to symbols, so we can track entities

    Similar to symbols, so we can track entities

    Definition Classes
    Entity
  20. abstract def implicitsShadowing: Map[MemberEntity, ImplicitMemberShadowing]

    The shadowing information for the implicitly added members

    The shadowing information for the implicitly added members

    Definition Classes
    DocTemplateEntity
  21. abstract def inDefinitionTemplates: List[TemplateEntity]

    The templates in which this member has been declared.

    The templates in which this member has been declared. The first element of the list is the template that contains the currently active declaration of this member, subsequent elements are declarations that have been overriden. If the first element is equal to inTemplate, the member is declared locally, if not, it has been inherited. All elements of this list are in the linearization of inTemplate.

    Definition Classes
    MemberEntity
  22. abstract def inPackageObject: Boolean

    Whether or not the template was defined in a package object

    Whether or not the template was defined in a package object

    Definition Classes
    Entity
  23. abstract def inSource: Option[(AbstractFile, Int)]

    The source file in which the current template is defined and the line where the definition starts, if they exist.

    The source file in which the current template is defined and the line where the definition starts, if they exist. A source file exists for all templates, except for those that are generated synthetically by Scaladoc.

    Definition Classes
    DocTemplateEntity
  24. abstract def inTemplate: Package

    The package of which this package is a member.

    The package of which this package is a member.

    Definition Classes
    PackageMemberEntityEntity
  25. abstract def incomingImplicitlyConvertedClasses: List[(DocTemplateEntity, ImplicitConversion)]

    Classes that can be implcitly converted to this class

    Classes that can be implcitly converted to this class

    Definition Classes
    DocTemplateEntity
  26. abstract def inheritanceDiagram: Option[Diagram]

    If this template takes place in inheritance and implicit conversion relations, it will be shown in this diagram

    If this template takes place in inheritance and implicit conversion relations, it will be shown in this diagram

    Definition Classes
    DocTemplateEntity
  27. abstract def isAbstract: Boolean

    Whether this member is abstract.

    Whether this member is abstract.

    Definition Classes
    MemberEntity
  28. abstract def isAbstractType: Boolean

    Whether this member is an abstract type.

    Whether this member is an abstract type.

    Definition Classes
    MemberEntity
  29. abstract def isAliasType: Boolean

    Whether this member is an alias type.

    Whether this member is an alias type.

    Definition Classes
    MemberEntity
  30. abstract def isAmbiguousImplicit: Boolean

    Indicates whether there are other implicitly inherited members that have similar signatures (and thus they all become ambiguous)

    Indicates whether there are other implicitly inherited members that have similar signatures (and thus they all become ambiguous)

    Definition Classes
    MemberEntity
  31. abstract def isCaseClass: Boolean

    Whether this template is a case class.

    Whether this template is a case class.

    Definition Classes
    TemplateEntity
  32. abstract def isClass: Boolean

    Whether this template is a class.

    Whether this template is a class.

    Definition Classes
    TemplateEntity
  33. abstract def isConstructor: Boolean

    Whether this member is a constructor.

    Whether this member is a constructor.

    Definition Classes
    MemberEntity
  34. abstract def isDef: Boolean

    Whether this member is a method.

    Whether this member is a method.

    Definition Classes
    MemberEntity
  35. abstract def isDocTemplate: Boolean

    Whether documentation is available for this template.

    Whether documentation is available for this template.

    Definition Classes
    TemplateEntity
  36. abstract def isImplicit: Boolean

    Whether this member is implicit.

    Whether this member is implicit.

    Definition Classes
    MemberEntity
  37. abstract def isImplicitlyInherited: Boolean

    Indicates whether the member is inherited by implicit conversion

    Indicates whether the member is inherited by implicit conversion

    Definition Classes
    MemberEntity
  38. abstract def isLazyVal: Boolean

    Whether this member is a lazy value.

    Whether this member is a lazy value.

    Definition Classes
    MemberEntity
  39. abstract def isNoDocMemberTemplate: Boolean

    Whether documentation is available for this template.

    Whether documentation is available for this template.

    Definition Classes
    TemplateEntity
  40. abstract def isObject: Boolean

    Whether this template is an object.

    Whether this template is an object.

    Definition Classes
    TemplateEntity
  41. abstract def isPackage: Boolean

    Whether this template is a package (including the root package).

    Whether this template is a package (including the root package).

    Definition Classes
    TemplateEntity
  42. abstract def isRootPackage: Boolean

    Whether this template is the root package.

    Whether this template is the root package.

    Definition Classes
    TemplateEntity
  43. abstract def isShadowedImplicit: Boolean

    Indicates whether there is another member with the same name in the template that will take precendence

    Indicates whether there is another member with the same name in the template that will take precendence

    Definition Classes
    MemberEntity
  44. abstract def isShadowedOrAmbiguousImplicit: Boolean

    Indicates whether the implicitly inherited member is shadowed or ambiguous in its template

    Indicates whether the implicitly inherited member is shadowed or ambiguous in its template

    Definition Classes
    MemberEntity
  45. abstract def isTemplate: Boolean

    Whether this member is a template.

    Whether this member is a template.

    Definition Classes
    MemberEntity
  46. abstract def isTerm: Boolean

    Indicates whether this entity lives in the terms namespace (objects, packages, methods, values)

    Indicates whether this entity lives in the terms namespace (objects, packages, methods, values)

    Definition Classes
    Entity
  47. abstract def isTrait: Boolean

    Whether this template is a trait.

    Whether this template is a trait.

    Definition Classes
    TemplateEntity
  48. abstract def isType: Boolean

    Indicates whether this entity lives in the types namespace (classes, traits, abstract/alias types)

    Indicates whether this entity lives in the types namespace (classes, traits, abstract/alias types)

    Definition Classes
    Entity
  49. abstract def isVal: Boolean

    Whether this member is a value (this excludes lazy values).

    Whether this member is a value (this excludes lazy values).

    Definition Classes
    MemberEntity
  50. abstract def isVar: Boolean

    Whether this member is a variable.

    Whether this member is a variable.

    Definition Classes
    MemberEntity
  51. abstract def linearizationTemplates: List[TemplateEntity]

    All class, trait and object templates which are part of this template's linearization, in lineratization order.

    All class, trait and object templates which are part of this template's linearization, in lineratization order. This template's linearization contains all of its direct and indirect super-classes and super-traits.

    Definition Classes
    DocTemplateEntity
  52. abstract def linearizationTypes: List[TypeEntity]

    All instantiated types which are part of this template's linearization, in lineratization order.

    All instantiated types which are part of this template's linearization, in lineratization order. This template's linearization contains all of its direct and indirect super-types.

    Definition Classes
    DocTemplateEntity
  53. abstract def members: List[MemberEntity]

    All members of this template.

    All members of this template. If this template is a package, only templates for which documentation is available in the universe (DocTemplateEntity) are listed.

    Definition Classes
    DocTemplateEntity
  54. abstract def methods: List[Def]

    All methods that are members of this template.

    All methods that are members of this template.

    Definition Classes
    DocTemplateEntity
  55. abstract def migration: Option[Body]

    Some migration warning if this member has a migration annotation, or none otherwise.

    Some migration warning if this member has a migration annotation, or none otherwise.

    Definition Classes
    MemberEntity
  56. abstract def name: String

    The name of the entity.

    The name of the entity. Note that the name does not qualify this entity uniquely; use its qualifiedName instead.

    Definition Classes
    Entity
  57. abstract def outgoingImplicitlyConvertedClasses: List[(TemplateEntity, TypeEntity, ImplicitConversion)]

    Classes to which this class can be implicitly converted to NOTE: Some classes might not be included in the scaladoc run so they will be NoDocTemplateEntities

    Classes to which this class can be implicitly converted to NOTE: Some classes might not be included in the scaladoc run so they will be NoDocTemplateEntities

    Definition Classes
    DocTemplateEntity
  58. abstract def packages: List[Package]

    All packages that are member of this package.

  59. abstract def parentTypes: List[(TemplateEntity, TypeEntity)]

    The direct super-type of this template e.

    The direct super-type of this template e.g:

    class A extends B[C[Int]] with D[E]

    will have two direct parents: class B and D NOTE: we are dropping the refinement here! class A extends B[C[Int]] with D[E] }}} NOTE: we are dropping the refinement here!

    Definition Classes
    MemberTemplateEntity
  60. abstract def primaryConstructor: Option[Constructor]

    The primary constructor of this class, if it has been defined.

    The primary constructor of this class, if it has been defined.

    Definition Classes
    DocTemplateEntity
  61. abstract def qualifiedName: String

    The qualified name of the entity.

    The qualified name of the entity. This is this entity's name preceded by the qualified name of the template of which this entity is a member. The qualified name is unique to this entity.

    Definition Classes
    Entity
  62. abstract def resultType: TypeEntity

    For members representing values: the type of the value returned by this member; for members representing types: the type itself.

    For members representing values: the type of the value returned by this member; for members representing types: the type itself.

    Definition Classes
    MemberEntity
  63. abstract def selfType: Option[TypeEntity]

    The self-type of this template, if it differs from the template type.

    The self-type of this template, if it differs from the template type.

    Definition Classes
    TemplateEntity
  64. abstract def signature: String

    The identity of this member, used for linking

    The identity of this member, used for linking

    Definition Classes
    MemberEntity
  65. abstract def signatureCompat: String

    Compatibility signature, will be removed from future versions

    Compatibility signature, will be removed from future versions

    Definition Classes
    MemberEntity
  66. abstract def sourceUrl: Option[URL]

    An HTTP address at which the source of this template is available, if it is available.

    An HTTP address at which the source of this template is available, if it is available. An address is available only if the docsourceurl setting has been set.

    Definition Classes
    DocTemplateEntity
  67. abstract def templates: List[TemplateEntity with MemberEntity]

    All templates that are members of this template.

    All templates that are members of this template. If this template is a package, only templates for which documentation is available in the universe (DocTemplateEntity) are listed.

    Definition Classes
    DocTemplateEntity
  68. abstract def toRoot: List[Package]

    The package such that each is a member of the package that follows it; the first package is always this package, the last the root package.

    The package such that each is a member of the package that follows it; the first package is always this package, the last the root package.

    Definition Classes
    PackageDocTemplateEntityMemberEntityEntity
  69. abstract def typeParams: List[TypeParam]

    The type parameters of this entity.

    The type parameters of this entity.

    Definition Classes
    HigherKinded
  70. abstract def universe: Universe

    The Scaladoc universe of which this entity is a member.

    The Scaladoc universe of which this entity is a member.

    Definition Classes
    Entity
  71. abstract def useCaseOf: Option[MemberEntity]

    If this symbol is a use case, the useCaseOf will contain the member it was derived from, containing the full signature and the complete parameter descriptions.

    If this symbol is a use case, the useCaseOf will contain the member it was derived from, containing the full signature and the complete parameter descriptions.

    Definition Classes
    MemberEntity
  72. abstract def valueParams: List[List[ValueParam]]

    The value parameters of this case class, or an empty list if this class is not a case class.

    The value parameters of this case class, or an empty list if this class is not a case class. As case class value parameters cannot be curried, the outer list has exactly one element.

    Definition Classes
    MemberTemplateEntity
  73. abstract def values: List[Val]

    All values, lazy values and variables that are members of this template.

    All values, lazy values and variables that are members of this template.

    Definition Classes
    DocTemplateEntity
  74. abstract def visibility: Visibility

    The visibility of this member.

    The visibility of this member. Note that members with restricted visibility may not be modeled in some universes.

    Definition Classes
    MemberEntity
  75. abstract def inheritedFrom: List[TemplateEntity]

    Definition Classes
    MemberEntity
    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use inDefinitionTemplates instead

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from Package to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (Package, B)

    Implicit information
    This member is added by an implicit conversion from Package to ArrowAssoc[Package] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def ensuring(cond: (Package) ⇒ Boolean, msg: ⇒ Any): Package

    Implicit information
    This member is added by an implicit conversion from Package to Ensuring[Package] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (Package) ⇒ Boolean): Package

    Implicit information
    This member is added by an implicit conversion from Package to Ensuring[Package] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: ⇒ Any): Package

    Implicit information
    This member is added by an implicit conversion from Package to Ensuring[Package] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): Package

    Implicit information
    This member is added by an implicit conversion from Package to Ensuring[Package] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from Package to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  18. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def kind: String

    The kind of the entity

    The kind of the entity

    Definition Classes
    PackageEntity
  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. def toString(): String

    The qualified name of this entity.

    The qualified name of this entity.

    Definition Classes
    Entity → AnyRef → Any
  27. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def [B](y: B): (Package, B)

    Implicit information
    This member is added by an implicit conversion from Package to ArrowAssoc[Package] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from Package to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (package: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from Package to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (package: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: Package

    Implicit information
    This member is added by an implicit conversion from Package to ArrowAssoc[Package] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (package: ArrowAssoc[Package]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: Package

    Implicit information
    This member is added by an implicit conversion from Package to Ensuring[Package] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (package: Ensuring[Package]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from DocTemplateEntity

Inherited from MemberTemplateEntity

Inherited from HigherKinded

Inherited from MemberEntity

Inherited from TemplateEntity

Inherited from Entity

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Package to StringAdd

Inherited by implicit conversion any2stringfmt from Package to StringFormat

Inherited by implicit conversion any2ArrowAssoc from Package to ArrowAssoc[Package]

Inherited by implicit conversion any2Ensuring from Package to Ensuring[Package]

Ungrouped