kiama.example.imperative.AST

trait PrettyPrintable

[source: kiama/example/imperative/AST.scala]

trait PrettyPrintable
extends AnyRef
Simple interface for pretty-printing capabilities.
Direct Known Subclasses:
AST.Exp, AST.Stmt

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
Pretty-print the object at the end of the given string builder.