| 
 | 
          Scala 1.3.0.7 | |||
| Method Summary | |
| 
        final | def break: DocBreak.typeA break, which will either be turned into a space or a line break | 
| 
        final | def empty: DocNil.typeThe empty document | 
| 
        final | def group(d: Document): DocumentA group, whose components will either be printed with all breaks rendered as spaces, or with all breaks rendered as line breaks. | 
| 
        final | def nest(i: Int, d: Document): DocumentA nested document, which will be indented as specified. | 
| 
        final | def text(s: String): DocumentA document consisting of some text literal | 
| Method Detail | 
final def empty: DocNil.type
final def break: DocBreak.type
final def text(s: String): Document
final def group(d: Document): Document
final def nest(i: Int, d: Document): Document
| 
 | 
          Scala 1.3.0.7 | |||