DFRef

dfhdl.compiler.ir.DFRef
See theDFRef companion object
sealed trait DFRef[+M <: DFMember] extends Product, Serializable

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
trait Empty
object Empty
object Empty
trait OneWay[M]
class Gen[M]
trait TwoWay[M, O]
class Gen[M, O]
class TypeRef
Show all

Members list

Value members

Abstract methods

def copyAsNewRef(using RefGen): this.type

Concrete methods

final def =~(that: DFRefAny)(using MemberGetSet): Boolean
def get(using getSet: MemberGetSet): M
def getOption(using getSet: MemberGetSet): Option[M]
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
Any

Inherited methods

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

Inherited and Abstract methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def productArity: Int

Attributes

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

Attributes

Inherited from:
Product

Abstract fields

val grpId: Int
val id: Int