| 
 | 
          Scala 1.3.0.7 | |||
| Method Summary | |
| def :/:(hd: Document): Document | |
| def :/:(hd: String): Document | |
| def ::(hd: Document): Document | |
| def ::(hd: String): Document | |
| def format(width: Int, writer: java.io.Writer): UnitFormat this document on WRITER and try to set line breaks so that the result fits in WIDTH columns. | |
| Methods inherited from java/lang/Object-class | 
| clone, eq, equals, finalize, getClass, hashCode, notify, notifyAll, synchronized, toString, wait, wait, wait | 
| Methods inherited from scala/Any-class | 
| !=, ==, asInstanceOf, isInstanceOf, match | 
| Methods inherited from scala/ScalaObject-class | 
| getType | 
| Method Detail | 
def ::(hd: Document): Document
def ::(hd: String): Document
def :/:(hd: Document): Document
def :/:(hd: String): Document
def format(width: Int, writer: java.io.Writer): Unit
| 
 | 
          Scala 1.3.0.7 | |||