DFMember

dfhdl.compiler.ir.DFMember
See theDFMember companion object
sealed trait DFMember extends Product, Serializable, HasRefCompare[DFMember]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object Empty.type
trait Named
trait DFOwnerNamed
class DomainBlock
class ProcessBlock
trait DFVal
trait CanBeExpr
trait Header
class DFIfHeader
trait Alias
trait Consumer
class History
trait Partial
class ApplyIdx
class ApplyRange
class AsIs
class RegDIN
class SelectField
class Const
class Func
class IsActive
class Dcl
trait Timer
class Func
class Periodic
class DFNet
trait DFOwner
trait DFBlock
trait Block
class DFCaseBlock
trait DFSimMember
class Assert
trait Wait
class Duration
class Until
Show all

Members list

Value members

Concrete methods

final def getOwner(using MemberGetSet): DFOwner
final def getOwnerBlock(using MemberGetSet): DFBlock
final def getOwnerChain(using MemberGetSet): List[DFBlock]
final def isInsideOwner(that: DFOwner)(using MemberGetSet): Boolean
final def isMemberOf(that: DFOwnerNamed)(using MemberGetSet): Boolean
final def isOneLevelBelow(that: DFMember)(using MemberGetSet): Boolean
final def isOutsideOwner(that: DFOwner)(using MemberGetSet): Boolean
final def isSameOwnerDesignAs(that: DFMember)(using MemberGetSet): Boolean
final def setMeta(metaFunc: Meta => Meta)(using getSet: MemberGetSet): DFMember.this.type
final def setTags(tagsFunc: DFTags => DFTags)(using getSet: MemberGetSet): DFMember.this.type

Inherited methods

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

Attributes

Inherited from:
HasRefCompare
def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def getRefs: List[DFRefAny]

Attributes

Inherited from:
HasRefCompare
def productArity: Int

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product
def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

Inherited from:
Product
protected def prot_=~(that: DFMember)(using MemberGetSet): Boolean

Attributes

Inherited from:
HasRefCompare

Abstract fields

val meta: Meta
val ownerRef: Ref
val tags: DFTags