EnumOp

izumi.idealingua.model.il.ast.raw.defns.RawEnum.EnumOp
See theEnumOp companion trait
object EnumOp

Attributes

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

Members list

Type members

Classlikes

final case class AddMember(field: RawEnumMember) extends EnumOp

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait EnumOp
class Object
trait Matchable
class Any
Show all
final case class Extend(tpe: EnumId) extends EnumOp

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait EnumOp
class Object
trait Matchable
class Any
Show all
final case class RemoveMember(field: String) extends EnumOp

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait EnumOp
class Object
trait Matchable
class Any
Show all

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