NirShowBuilder

scala.scalanative.nir.Show$.NirShowBuilder
final class NirShowBuilder(val builder: ShowBuilder) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def attr_(attr: Attr): Unit
def attrs_(attrs: Attrs): Unit
def attrs_(attrs: Seq[Attr]): Unit
def bin_(bin: Bin): Unit
def comp_(comp: Comp): Unit
def conv_(conv: Conv): Unit
def defn_(defn: Defn): Unit
def defns_(defns: Seq[Defn]): Unit
def global_(global: Global): Unit
def inst_(inst: Inst): Unit
def local_(local: Local): Unit
def next_(next: Next): Unit
def op_(op: Op): Unit
def sig_(sig: Sig): 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.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
def type_(ty: Type): Unit
def val_(value: Val): Unit

Concrete fields