OneWay

dfhdl.compiler.ir.DFRef.OneWay
See theOneWay companion object
sealed trait OneWay[+M <: DFMember] extends DFRef[M]

Attributes

Companion
object
Graph
Supertypes
trait DFRef[M]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object Empty
class Gen[M]

Members list

Value members

Concrete methods

final def copyAsNewRef(using refGen: RefGen): this.type

Inherited methods

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

Attributes

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

Attributes

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

Attributes

Inherited from:
DFRef
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
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

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

Inherited and Abstract fields

val grpId: Int

Attributes

Inherited from:
DFRef
val id: Int

Attributes

Inherited from:
DFRef