|
Scala
1.4.0.3 |
|||
Field Summary | |
val sb: StringBuffer
|
Method Summary | |
def append(cs: Seq[Char]): TextBuffer
appends this string to the text buffer, trimming whitespaces as needed |
|
def appendChar(c: Char): StringBuffer
|
|
def appendSpace: Any
|
|
def toText: Seq[Text]
returns an empty sequence if text is only whitespace |
|
var ws: Boolean
|
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 |
Field Detail |
val sb: StringBuffer
Method Detail |
var ws: Boolean
def appendSpace: Any
def appendChar(c: Char): StringBuffer
def append(cs: Seq[Char]): TextBuffer
def toText: Seq[Text]
|
Scala
1.4.0.3 |
|||