Empty

dfhdl.compiler.ir.DFMember.Empty
See theEmpty companion trait
case object Empty extends Empty

Attributes

Companion
trait
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Empty
trait DFMember
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Empty.type

Members list

Type members

Inherited types

type MirroredElemLabels = EmptyTuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Singleton
type MirroredElemTypes = EmptyTuple

Attributes

Inherited from:
Singleton
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Attributes

Inherited from:
Singleton
type MirroredType = Singleton.this.type

Attributes

Inherited from:
Singleton

Inherited and Abstract types

type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Inherited methods

final def =~(that: DFMember)(using MemberGetSet): Boolean

Attributes

Inherited from:
HasRefCompare
def copyWithNewRefs(using RefGen): Empty.this.type

Attributes

Inherited from:
Empty
def fromProduct(p: Product): MirroredMonoType

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Attributes

Inherited from:
Singleton
final def getDistanceFromOwnerDesign(outside: DFDesignBlock)(using MemberGetSet): Int

Attributes

Inherited from:
DFMember
final def getOwner(using MemberGetSet): DFOwner

Attributes

Inherited from:
DFMember
final def getOwnerBlock(using MemberGetSet): DFBlock

Attributes

Inherited from:
DFMember
final def getOwnerChain(using MemberGetSet): List[DFBlock]

Attributes

Inherited from:
DFMember

Attributes

Inherited from:
DFMember

Attributes

Inherited from:
DFMember

Attributes

Inherited from:
DFMember

Attributes

Inherited from:
DFMember

Attributes

Inherited from:
DFMember

Attributes

Inherited from:
DFMember

Attributes

Inherited from:
DFMember

Attributes

Inherited from:
DFMember
final infix def isInsideOwner(that: DFOwner)(using MemberGetSet): Boolean

Attributes

Inherited from:
DFMember
final infix def isMemberOf(that: DFOwnerNamed)(using MemberGetSet): Boolean

Attributes

Inherited from:
DFMember
final infix def isOneLevelBelow(that: DFMember)(using MemberGetSet): Boolean

Attributes

Inherited from:
DFMember
final infix def isOutsideOwner(that: DFOwner)(using MemberGetSet): Boolean

Attributes

Inherited from:
DFMember
final def isOwnedCond(cond: DFOwner => Option[Boolean])(using MemberGetSet): Boolean

Attributes

Inherited from:
DFMember
infix def isSameOwnerDesignAs(that: DFMember)(using MemberGetSet): Boolean

Attributes

Inherited from:
DFMember
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def setMeta(metaFunc: Meta => Meta)(using getSet: MemberGetSet): DFMember.this.type

Attributes

Inherited from:
DFMember
final def setTags(tagsFunc: DFTags => DFTags)(using getSet: MemberGetSet): DFMember.this.type

Attributes

Inherited from:
DFMember

Inherited fields

lazy val getRefs: List[TwoWayAny]

Attributes

Inherited from:
Empty
val meta: Meta

Attributes

Inherited from:
Empty
val ownerRef: Ref

Attributes

Inherited from:
Empty
val tags: DFTags

Attributes

Inherited from:
Empty

Givens

Givens

given given_ReadWriter_Empty_type: ReadWriter[Empty.type]