object Doc
- Source
- Doc.scala
- Alphabetic
- By Inheritance
- Doc
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def line: Doc
A line break that is optionally replaced by a space.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def sep(docs: Iterable[Doc], by: Doc): Doc
Concatenate a series of docs with a separator between them.
- def spread(cols: Iterable[Doc]): Doc
Concatenate a series of docs with spaces between them.
- def stack(lines: Iterable[Doc]): Doc
Concatenate a series of docs with line breaks between them.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- implicit def text(t: String): Doc
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def wordwrap(ds: Iterable[Doc], sep: Doc = ""): Doc
Groups a series of Docs such that as many as possible will be put on one line.
Groups a series of Docs such that as many as possible will be put on one line.
- sep
A separator between each pair of elements.
- def wordwrap2(ds: Iterable[Doc], sep: Doc = ""): Doc
Groups a series of Docs such that as many as possible will be put on the first line, after which each one is put on a new line.
Groups a series of Docs such that as many as possible will be put on the first line, after which each one is put on a new line.
- sep
A separator between each pair of elements.
- def zeroWidthLine: Doc
Line break that is optionally replaced by nothing.
This is the API documentation for GAPT.
The main package is gapt.