|
Scala
1.4.0.3 |
|||
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): Unit
Format 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, ne, notify, notifyAll, synchronized, toString, wait, wait, wait |
Methods inherited from scala/Any-class |
!=, ==, asInstanceOf, isInstanceOf, match |
Methods inherited from scala/ScalaObject-class |
getScalaType |
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.4.0.3 |
|||