DFMember

dfhdl.compiler.ir.DFMember
See theDFMember companion trait
object DFMember

Attributes

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

Members list

Type members

Classlikes

case object Empty extends DFMember

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait DFMember
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Empty.type
sealed trait Named extends DFMember

Attributes

Supertypes
trait DFMember
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
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 SelectField
trait CanBeGlobal
class Const
class Func
class IsActive
class Dcl
class Open
trait Timer
class Func
class Periodic
Show all

Types

type Empty = Empty.type

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

Givens

Givens

given derived$CanEqual: CanEqual[DFMember, DFMember]

Extensions

Extensions

extension (member: DFMember)
def getTagOf[CT <: DFTag : ClassTag]: Option[CT]
def hasTagOf[CT <: DFTag : ClassTag]: Boolean
extension (member: Named)