Gen

dfhdl.compiler.ir.DFRef.OneWay.Gen
final case class Gen[M <: DFMember](grpId: Int, id: Int) extends OneWay[M]

Attributes

Graph
Supertypes
trait OneWay[M]
trait DFRef[M]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

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

Attributes

Inherited from:
DFRef
final def copyAsNewRef(using refGen: RefGen): OneWay.this.type

Attributes

Inherited from:
OneWay
def get(using getSet: MemberGetSet): M

Attributes

Inherited from:
DFRef
def getOption(using getSet: MemberGetSet): Option[M]

Attributes

Inherited from:
DFRef
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
DFRef -> Any
Inherited from:
DFRef