|
kiama 0.9.0 API
|
|
kiama/example/oberon0/compiler/AST.scala]
trait
PrettyPrintable
extends AnyRef| Method Summary | |
def
|
pretty
(o : scala.StringBuilder, indent : Int) : Unit
Pretty-print the object at the end of the given string builder.
|
def
|
printList
(o : scala.StringBuilder, indent : Int, lst : scala.List[PrettyPrintable], heading : java.lang.String) : Unit
Pretty-print a list
|
def
|
printTabs
(o : scala.StringBuilder, indent : Int) : Unit
Print tabs
|
| 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 |
def
printTabs(o : scala.StringBuilder, indent : Int) : Unit
def
printList(o : scala.StringBuilder, indent : Int, lst : scala.List[PrettyPrintable], heading : java.lang.String) : Unit
def
pretty(o : scala.StringBuilder, indent : Int) : Unit
|
kiama 0.9.0 API
|
|