MirShowBuilder

final class MirShowBuilder(val builder: ShowBuilder) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def attr_(attr: Attr): Unit
def attrs_(attrs: Attrs): Unit
def attrs_(attrs: Seq[Attr]): Unit
def defn_(defn: Defn): Unit
def defns_(defns: Seq[Defn]): Unit
def global_(fqn: Global): Unit
def local_(local: Local): Unit
def spec_(spec: Spec): Unit
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Any
def type_(typ: Type): Unit

Concrete fields

val builder: ShowBuilder