DFRef

dfhdl.compiler.ir.DFRef
See theDFRef companion trait
object DFRef

Attributes

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

Members list

Type members

Classlikes

sealed trait Empty extends DFRef[Empty]

Attributes

Supertypes
trait DFRef[Empty]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object Empty
object Empty
object OneWay

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
OneWay.type
sealed trait OneWay[+M <: DFMember] extends DFRef[M]

Attributes

Companion
object
Supertypes
trait DFRef[M]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object Empty
class Gen[M]
object TwoWay

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
TwoWay.type
sealed trait TwoWay[+M <: DFMember, +O <: DFMember] extends DFRef[M]

Attributes

Companion
object
Supertypes
trait DFRef[M]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object Empty
class Gen[M, O]
class TypeRef
final case class TypeRef(grpId: Int, id: Int) extends TwoWay[CanBeExpr, CanBeExpr]

Attributes

Supertypes
trait DFRef[CanBeExpr]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited and Abstract 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

Value members

Concrete methods

def unapply[M <: DFMember](ref: DFRef[M])(using MemberGetSet): Option[M]

Givens

Givens

given derived$CanEqual[M_$_L <: DFMember, M_$_R <: DFMember](implicit x$0: CanEqual[M_$_L, M_$_R]): CanEqual[DFRef[M_$_L], DFRef[M_$_R]]
given given_ReadWriter_T[T <: DFRefAny]: ReadWriter[T]

Extensions

Extensions

extension (ref: DFRefAny)
def isTypeRef: Boolean