Goto

dfhdl.compiler.ir.Goto
See theGoto companion class
object Goto

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Goto.type

Members list

Type members

Classlikes

case object FirstStep extends Empty

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Empty
trait DFMember
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
FirstStep.type
case object NextStep extends Empty

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Empty
trait DFMember
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
NextStep.type
case object ThisStep extends Empty

Attributes

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

Types

type Ref = TwoWay[StepBlock | ThisStep.type | NextStep.type | FirstStep.type, Goto]

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