Packages

c

scala.scalanative.nir.Show

NirShowBuilder

final class NirShowBuilder extends AnyVal

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NirShowBuilder
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NirShowBuilder(builder: ShowBuilder)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val builder: ShowBuilder
  6. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  7. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  8. def linktimeCondition(cond: LinktimeCondition): Unit
  9. def onAttr(attr: Attr): Unit
  10. def onAttrs(attrs: Seq[Attr]): Unit
  11. def onAttrs(attrs: Attrs): Unit
  12. def onBin(bin: Bin): Unit
  13. def onComp(comp: Comp): Unit
  14. def onConv(conv: Conv): Unit
  15. def onDefn(defn: Defn): Unit
  16. def onDefns(defns: Seq[Defn]): Unit
  17. def onGlobal(global: Global): Unit
  18. def onInst(inst: Inst)(implicit debugInfo: DebugInfo): Unit
  19. def onLocal(local: Local)(implicit debugInfo: DebugInfo): Unit
  20. def onMemoryOrder(v: MemoryOrder): Unit
  21. def onNext(next: Next)(implicit debugInfo: DebugInfo): Unit
  22. def onOp(op: Op)(implicit debugInfo: DebugInfo): Unit
  23. def onSig(sig: Sig): Unit
  24. def onType(ty: Type): Unit
  25. def onVal(value: Val)(implicit debugInfo: DebugInfo): Unit
  26. def show(local: Local): Unit
  27. def show(value: Val): Unit
  28. def show(op: Op): Unit
  29. def show(inst: Inst): Unit
  30. def show(next: Next): Unit
  31. def toString(): String
    Definition Classes
    NirShowBuilder → Any

Inherited from AnyVal

Inherited from Any

Ungrouped