IndentationManager

abstract class IndentationManager

Basically copied from scala.reflect.internal.Printers

class Object
trait Matchable
class Any

Value members

Concrete methods

protected def getIndentMargin(): Int
protected def indent(): Unit
protected def println(): Unit
protected def undent(): Unit

Abstract fields

protected val out: Writer