Property

object Property
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case object ABSTRACT extends Property with Recognized
case object CASE extends Property with Recognized
case object CONTRAVARIANT extends Property with Recognized
case object COVARIANT extends Property with Recognized
case object DEFAULT extends Property with Recognized
case object ENUM extends Property with Recognized
case object FINAL extends Property with Recognized
case object GIVEN extends Property with Recognized
case object IMPLICIT extends Property with Recognized
case object INFIX extends Property with Recognized
case object INLINE extends Property with Recognized
case object LAZY extends Property with Recognized
case object OPAQUE extends Property with Recognized
case object OPEN extends Property with Recognized
case object PRIMARY extends Property with Recognized
sealed trait Recognized extends Property
case object SEALED extends Property with Recognized
case object STATIC extends Property with Recognized
case object TRANSPARENT extends Property with Recognized
final case class Unrecognized(unrecognizedValue: Int) extends Property with SemanticdbUnrecognizedEnum
case object VAL extends Property with Recognized
case object VAR extends Property with Recognized

Inherited types

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def fromValue(`__value`: Int): Property

Concrete fields

lazy val values: Seq[Recognized]