Tree

replpp.shaded.pprint.Tree$
See theTree companion trait
object Tree

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Tree.type

Members list

Type members

Classlikes

case class Apply(prefix: String, body: Iterator[Tree]) extends Tree

Foo(aa, bbb, cccc)

Foo(aa, bbb, cccc)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Tree
class Object
trait Matchable
class Any
Show all
case class Ctx(width: Int, leftOffset: Int, indentCount: Int, indentStep: Int, literalColor: Attrs, applyPrefixColor: Attrs)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Infix(lhs: Tree, op: String, rhs: Tree) extends Tree

LHS op RHS

LHS op RHS

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Tree
class Object
trait Matchable
class Any
Show all
case class KeyValue(key: String, value: Tree) extends Tree

x = y

x = y

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Tree
class Object
trait Matchable
class Any
Show all
case class Lazy(body0: Ctx => Iterator[String]) extends Tree

xyz

xyz

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Tree
class Object
trait Matchable
class Any
Show all
case class Literal(body: String) extends Tree

"xyz"

"xyz"

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Tree
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror