Property

dotty.tools.dotc.semanticdb.SymbolInformation.Property
See theProperty companion class
object Property

Attributes

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

Members list

Type members

Classlikes

case object ABSTRACT extends Property, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Property
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
ABSTRACT.type
case object CASE extends Property, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Property
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
CASE.type
case object CONTRAVARIANT extends Property, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Property
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object COVARIANT extends Property, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Property
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
COVARIANT.type
case object DEFAULT extends Property, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Property
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
DEFAULT.type
case object ENUM extends Property, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Property
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
ENUM.type
case object FINAL extends Property, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Property
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
FINAL.type
case object GIVEN extends Property, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Property
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
GIVEN.type
case object IMPLICIT extends Property, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Property
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
IMPLICIT.type
case object INFIX extends Property, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Property
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
INFIX.type
case object INLINE extends Property, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Property
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
INLINE.type
case object LAZY extends Property, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Property
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
LAZY.type
case object OPAQUE extends Property, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Property
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
OPAQUE.type
case object OPEN extends Property, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Property
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
OPEN.type
case object PRIMARY extends Property, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Property
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
PRIMARY.type
sealed trait Recognized extends Property

Attributes

Supertypes
class Property
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object ABSTRACT
object CASE
object CONTRAVARIANT
object COVARIANT
object DEFAULT
object ENUM
object FINAL
object GIVEN
object IMPLICIT
object INFIX
object INLINE
object LAZY
object OPAQUE
object OPEN
object PRIMARY
object SEALED
object STATIC
object TRANSPARENT
object VAL
object VAR
Show all
case object SEALED extends Property, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Property
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
SEALED.type
case object STATIC extends Property, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Property
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
STATIC.type
case object TRANSPARENT extends Property, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Property
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object UNKNOWN_PROPERTY extends Property, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Property
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
final case class Unrecognized(unrecognizedValue: Int) extends Property, SemanticdbUnrecognizedEnum

Attributes

Supertypes
trait SemanticdbUnrecognizedEnum
class Property
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object VAL extends Property, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Property
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
VAL.type
case object VAR extends Property, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Property
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
VAR.type

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def fromValue(`__value`: Int): Property

Concrete fields

lazy val values: Seq[Recognized]

Givens