|
kiama 0.9.0 API
|
|
kiama/example/imperative/AST.scala]
trait
PrettyPrintable
extends AnyRef| Method Summary | |
abstract def
|
pretty
(o : scala.StringBuilder) : Unit
Pretty-print the object at the end of the given string builder.
|
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
abstract
def
pretty(o : scala.StringBuilder) : Unit
|
kiama 0.9.0 API
|
|