scala.tools.nsc.doc.html.page

Template

class Template extends HtmlPage

Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Template
  2. HtmlPage
  3. Page
  4. AnyRef
  5. 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

Instance Constructors

  1. new Template(universe: Universe, generator: DiagramGenerator, tpl: DocTemplateEntity)

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 Template to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (Template, B)

    Implicit information
    This member is added by an implicit conversion from Template to ArrowAssoc[Template] 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. val absValueMembers: collection.immutable.List[MemberEntity]

  9. def absoluteLinkTo(path: List[String]): String

    Definition Classes
    Page
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def blockToHtml(block: Block): NodeSeq

    Definition Classes
    HtmlPage
  12. val body: Elem

    The body of this page.

    The body of this page.

    Definition Classes
    TemplateHtmlPage
  13. def bodyToHtml(body: Body): NodeSeq

    Definition Classes
    HtmlPage
  14. def boundsToHtml(hi: Option[TypeEntity], lo: Option[TypeEntity], hasLinks: Boolean): NodeSeq

  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. def commentToHtml(comment: Comment): NodeSeq

    Transforms a comment into an styled HTML tree representing its body.

    Transforms a comment into an styled HTML tree representing its body.

    Definition Classes
    HtmlPage
  17. def commentToHtml(comment: Option[Comment]): NodeSeq

    Transforms an optional comment into an styled HTML tree representing its body if it is defined, or into an empty node sequence if it is not.

    Transforms an optional comment into an styled HTML tree representing its body if it is defined, or into an empty node sequence if it is not.

    Definition Classes
    HtmlPage
  18. val concValueMembers: collection.immutable.List[MemberEntity]

  19. val constructors: collection.immutable.List[MemberEntity]

  20. def createFileOutputStream(site: HtmlFactory, suffix: String = ""): FileOutputStream

    Definition Classes
    Page
  21. val deprValueMembers: collection.immutable.List[MemberEntity]

  22. def description: String

    The page description

    The page description

    Attributes
    protected
    Definition Classes
    HtmlPage
  23. def docEntityKindToBigImage(ety: DocTemplateEntity): String

    Returns the _big image name corresponding to the DocTemplate Entity (upper left icon)

    Returns the _big image name corresponding to the DocTemplate Entity (upper left icon)

    Definition Classes
    HtmlPage
  24. def ensuring(cond: (Template) ⇒ Boolean, msg: ⇒ Any): Template

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  33. def hasPage(e: DocTemplateEntity): Boolean

    Definition Classes
    HtmlPage
  34. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  35. val headers: Group

    Additional header elements (links, scripts, meta tags, etc.

    Additional header elements (links, scripts, meta tags, etc.) required for this page.

    Definition Classes
    TemplateHtmlPage
  36. def inlineToHtml(inl: Inline): NodeSeq

    Definition Classes
    HtmlPage
  37. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  38. def keywords: String

    The page keywords

    The page keywords

    Attributes
    protected
    Definition Classes
    HtmlPage
  39. def kindToString(mbr: MemberEntity): String

    Definition Classes
    Page
  40. def linkToHtml(text: Inline, link: LinkTo, hasLinks: Boolean): NodeSeq

    Definition Classes
    HtmlPage
  41. def listItemsToHtml(items: collection.Seq[Block]): NodeSeq

    Definition Classes
    HtmlPage
  42. def memberToCommentBodyHtml(mbr: MemberEntity, inTpl: DocTemplateEntity, isSelf: Boolean, isReduced: Boolean = false): NodeSeq

  43. def memberToCommentHtml(mbr: MemberEntity, inTpl: DocTemplateEntity, isSelf: Boolean): NodeSeq

  44. def memberToHtml(mbr: MemberEntity, inTpl: DocTemplateEntity): NodeSeq

  45. def memberToInlineCommentHtml(mbr: MemberEntity, isSelf: Boolean): NodeSeq

  46. def memberToShortCommentHtml(mbr: MemberEntity, isSelf: Boolean): NodeSeq

  47. def memberToUseCaseCommentHtml(mbr: MemberEntity, isSelf: Boolean): NodeSeq

  48. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  49. val nonAbsValueMembers: collection.immutable.List[MemberEntity]

  50. val nonDeprValueMembers: collection.immutable.List[MemberEntity]

  51. final def notify(): Unit

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

    Definition Classes
    AnyRef
  53. val path: List[String]

    The path of this page, relative to the API site.

    The path of this page, relative to the API site. path.tail is a list of folder names leading to this page (from closest package to one-above-root package), path.head is the file name of this page. Note that path has a length of at least one.

    Definition Classes
    TemplatePage
  54. def relativeLinkTo(destPath: List[String]): String

    A relative link from this page to some destination path.

    A relative link from this page to some destination path.

    destPath

    The path that the link will point to.

    Definition Classes
    Page
  55. def relativeLinkTo(destPage: HtmlPage): String

    A relative link from this page to some destination page in the Scaladoc site.

    A relative link from this page to some destination page in the Scaladoc site.

    destPage

    The page that the link will point to.

    Definition Classes
    Page
  56. def relativeLinkTo(destClass: TemplateEntity): String

    A relative link from this page to some destination class entity.

    A relative link from this page to some destination class entity.

    Definition Classes
    Page
  57. val shadowedImplicitMembers: collection.immutable.List[MemberEntity]

  58. def signature(mbr: MemberEntity, isSelf: Boolean, isReduced: Boolean = false): NodeSeq

    name, tparams, params, result

  59. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  60. def templateToHtml(tpl: TemplateEntity, name: String = null): Node with Serializable

    Returns the HTML code that represents the template in tpl as a hyperlinked name.

    Returns the HTML code that represents the template in tpl as a hyperlinked name.

    Definition Classes
    HtmlPage
  61. def templateToPath(tpl: TemplateEntity): List[String]

    Definition Classes
    Page
  62. def templatesToHtml(tplss: List[TemplateEntity], sep: NodeSeq): NodeSeq

    Returns the HTML code that represents the templates in tpls as a list of hyperlinked names.

    Returns the HTML code that represents the templates in tpls as a list of hyperlinked names.

    Definition Classes
    HtmlPage
  63. def title: String

    The title of this page.

    The title of this page.

    Definition Classes
    TemplateHtmlPage
  64. def toString(): String

    Definition Classes
    AnyRef → Any
  65. def treeToHtml(tree: TreeEntity): NodeSeq

  66. val typeMembers: collection.immutable.List[TemplateEntity with MemberEntity]

  67. def typeToHtml(tpe: TypeEntity, hasLinks: Boolean): NodeSeq

    Definition Classes
    HtmlPage
  68. def typeToHtml(tpes: List[TypeEntity], hasLinks: Boolean): NodeSeq

    Definition Classes
    HtmlPage
  69. def typesToHtml(tpess: List[TypeEntity], hasLinks: Boolean, sep: NodeSeq): NodeSeq

    Definition Classes
    HtmlPage
  70. val valueMembers: collection.immutable.List[MemberEntity]

  71. def visibility(mbr: MemberEntity): Option[Paragraph]

  72. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  75. def writeFile(site: HtmlFactory, suffix: String = "")(fn: (Writer) ⇒ Unit): Unit

    Definition Classes
    Page
  76. def writeFor(site: HtmlFactory): Unit

    Writes this page as a file.

    Writes this page as a file. The file's location is relative to the generator's site root, and the encoding is also defined by the generator.

    Definition Classes
    HtmlPagePage
  77. def [B](y: B): (Template, B)

    Implicit information
    This member is added by an implicit conversion from Template to ArrowAssoc[Template] 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 Template 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:
    (template: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from Template 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:
    (template: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: Template

    Implicit information
    This member is added by an implicit conversion from Template to ArrowAssoc[Template] 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:
    (template: ArrowAssoc[Template]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: Template

    Implicit information
    This member is added by an implicit conversion from Template to Ensuring[Template] 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:
    (template: Ensuring[Template]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from HtmlPage

Inherited from Page

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Template to StringAdd

Inherited by implicit conversion any2stringfmt from Template to StringFormat

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

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

Ungrouped