in scala.text
class Document

abstract class Document
extends java.lang.Object
with ScalaObject
A basic pretty-printing library, based on Lindig's strict version of Wadler's adaptation of Hughes' pretty-printer.
version:
1.0
author:
Michel Schinz

Constructor Summary
def this



Def Summary
def :/: ( hd : java.lang.String ) : Document

def :/: ( hd : Document ) : Document

def :: ( hd : java.lang.String ) : Document

def :: ( hd : Document ) : Document

def format ( width : scala.Int , writer : java.io.Writer ) : scala.Unit
Format this document on WRITER and try to set line breaks so that the result fits in WIDTH columns.


Constructor Detail
def this

Def Detail
def :/: ( hd : java.lang.String ) : Document

def :/: ( hd : Document ) : Document

def :: ( hd : java.lang.String ) : Document

def :: ( hd : Document ) : Document

def format ( width : scala.Int , writer : java.io.Writer ) : scala.Unit
Format this document on WRITER and try to set line breaks so that the result fits in WIDTH columns.