IRTreePrinter

class IRTreePrinter(val out: Writer) extends IndentationManager
class Object
trait Matchable
class Any

Value members

Concrete methods

def complete(): Unit
def printAnyNode(node: IRNode): Unit
override def println(): Unit
Definition Classes

Inherited methods

protected def getIndentMargin(): Int
Inherited from
IndentationManager
protected def indent(): Unit
Inherited from
IndentationManager
protected def undent(): Unit
Inherited from
IndentationManager