IRTreePrinter

org.scalajs.ir.Printers.IRTreePrinter
class IRTreePrinter(val out: Writer) extends IndentationManager

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

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

Attributes

Definition Classes

Inherited methods

protected def getIndentMargin(): Int

Attributes

Inherited from:
IndentationManager
protected def indent(): Unit

Attributes

Inherited from:
IndentationManager
protected def undent(): Unit

Attributes

Inherited from:
IndentationManager