Class

org.bitbucket.inkytonik.kiama.output.PrettyPrinter

Doc

Related Doc: package PrettyPrinter

Permalink

class Doc extends DocCont with DocOps

Continuation representation of documents.

Source
PrettyPrinter.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Doc
  2. DocOps
  3. Function1
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Doc(f: DocCont)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <%%>(e: Doc): Doc

    Permalink

    Align the argument below this document using a linebreak separator.

    Align the argument below this document using a linebreak separator.

    Definition Classes
    DocOps
  4. def <%>(e: Doc): Doc

    Permalink

    Align the argument below this document using a line separator.

    Align the argument below this document using a line separator.

    Definition Classes
    DocOps
  5. def <+>(e: Doc): Doc

    Permalink

    Return the concatenation of this document with the argument using a space separator.

    Return the concatenation of this document with the argument using a space separator.

    Definition Classes
    DocOps
  6. def </>(e: Doc): Doc

    Permalink

    Return the concatenation of this document with the argument using a softline separator.

    Return the concatenation of this document with the argument using a softline separator.

    Definition Classes
    DocOps
  7. def <>(e: Doc): Doc

    Permalink

    Return the concatenation of this document with the argument.

    Return the concatenation of this document with the argument.

    Definition Classes
    DocDocOps
  8. def <@>(e: Doc): Doc

    Permalink

    Return the concatenation of this document with the argument using a line separator.

    Return the concatenation of this document with the argument using a line separator.

    Definition Classes
    DocOps
  9. def <@@>(e: Doc): Doc

    Permalink

    Return the concatenation of this document with the argument using a linebreak separator.

    Return the concatenation of this document with the argument using a linebreak separator.

    Definition Classes
    DocOps
  10. def <\>(e: Doc): Doc

    Permalink

    Return the concatenation of this document with the argument using a softbreak separator.

    Return the concatenation of this document with the argument using a softbreak separator.

    Definition Classes
    DocOps
  11. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def andThen[A](g: ((TreeCont) ⇒ Trampoline[TreeCont]) ⇒ A): (IW) ⇒ A

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  13. def apply(iw: IW): (TreeCont) ⇒ Trampoline[TreeCont]

    Permalink
    Definition Classes
    Doc → Function1
  14. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. def compose[A](g: (A) ⇒ IW): (A) ⇒ (TreeCont) ⇒ Trampoline[TreeCont]

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  17. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. val f: DocCont

    Permalink
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    Function1 → AnyRef → Any
  29. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PrettyPrinter.DocOps

Inherited from (IW) ⇒ (TreeCont) ⇒ Trampoline[TreeCont]

Inherited from AnyRef

Inherited from Any

Ungrouped