DFMatch

dfhdl.core.DFMatch
object DFMatch

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
DFMatch.type

Members list

Type members

Classlikes

object Block

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Block.type
object Header

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Header.type
object Pattern

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Pattern.type

Value members

Concrete methods

def fromCases[R](selector: DFValAny, cases: List[(Pattern, Option[DFValOf[DFBool]], () => R)], forceAnonymous: Boolean)(using DFC): R
def singleCase[R](pattern: Pattern, guardOption: Option[DFValOf[DFBool]], prevBlockOrHeader: DFOwnerAny | DFValAny, run: () => R)(using DFC): (DFTypeAny, DFOwnerAny)