Patch

dfhdl.compiler.patching.Patch
See thePatch companion trait
object Patch

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Patch.type

Members list

Type members

Classlikes

final case class Add extends Patch

Attributes

Companion
object
Supertypes
trait Patch
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Add

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Add.type
final case class ChangeRef(refAccess: DFMember => DFRefAny, updatedRefMember: DFMember) extends Patch

Attributes

Supertypes
trait Patch
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Move(movedMembers: List[DFMember], origOwner: DFOwner, config: Config) extends Patch

Attributes

Companion
object
Supertypes
trait Patch
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Move

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Move.type
case object Remove extends Patch

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Patch
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Remove.type
final case class Replace(updatedMember: DFMember, config: Config, refFilter: RefFilter) extends Patch

Attributes

Companion
object
Supertypes
trait Patch
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Replace

Attributes

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

Inherited 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

Value members

Concrete methods

def ChangeOwner(updatedOwner: DFOwner): Patch

Givens

Givens

given derived$CanEqual: CanEqual[Patch, Patch]