Packages

object Document

Source
TreeBrowsers.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Document
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def break: DocBreak

    A break, which will either be turned into a space or a line break

  2. def empty: DocNil

    The empty document

  3. def group(d: Document): Document

    A group, whose components will either be printed with all breaks rendered as spaces, or with all breaks rendered as line breaks.

  4. def nest(i: Int, d: Document): Document

    A nested document, which will be indented as specified.

  5. def text(s: String): Document

    A document consisting of some text literal