Property

object Property
Companion
class
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 IMPLICIT extends Property with Recognized
case object LAZY 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
final case class Unrecognized(unrecognizedValue: Int) extends Property with SemanticdbUnrecognizedEnum
case object VAL extends Property with Recognized
case object VAR extends Property with Recognized

Value members

Concrete methods

def fromValue(`__value`: Int): Property

Concrete fields

lazy val values: Seq[Recognized]