Recognized

dotty.tools.dotc.semanticdb.SymbolInformation$.Property$.Recognized
sealed trait Recognized extends Property

Attributes

Graph
Supertypes
class Property
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
object ABSTRACT.type
object CASE.type
object CONTRAVARIANT.type
object COVARIANT.type
object DEFAULT.type
object ENUM.type
object FINAL.type
object GIVEN.type
object IMPLICIT.type
object INFIX.type
object INLINE.type
object LAZY.type
object OPAQUE.type
object OPEN.type
object PRIMARY.type
object SEALED.type
object STATIC.type
object TRANSPARENT.type
object UNKNOWN_PROPERTY.type
object VAL.type
object VAR.type

Members list

Concise view

Type members

Inherited types

Attributes

Inherited from:
Property

Value members

Inherited methods

final def asRecognized: Option[Recognized]

Attributes

Inherited from:
Property
def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def index: Int

Attributes

Inherited from:
SemanticdbGeneratedEnum
def isAbstract: Boolean

Attributes

Inherited from:
Property
def isCase: Boolean

Attributes

Inherited from:
Property
def isContravariant: Boolean

Attributes

Inherited from:
Property
def isCovariant: Boolean

Attributes

Inherited from:
Property
def isDefault: Boolean

Attributes

Inherited from:
Property
def isEnum: Boolean

Attributes

Inherited from:
Property
def isFinal: Boolean

Attributes

Inherited from:
Property
def isGiven: Boolean

Attributes

Inherited from:
Property
def isImplicit: Boolean

Attributes

Inherited from:
Property
def isInfix: Boolean

Attributes

Inherited from:
Property
def isInline: Boolean

Attributes

Inherited from:
Property
def isLazy: Boolean

Attributes

Inherited from:
Property
def isOpaque: Boolean

Attributes

Inherited from:
Property
def isOpen: Boolean

Attributes

Inherited from:
Property
def isPrimary: Boolean

Attributes

Inherited from:
Property
def isSealed: Boolean

Attributes

Inherited from:
Property
def isStatic: Boolean

Attributes

Inherited from:
Property
def isTransparent: Boolean

Attributes

Inherited from:
Property
def isUnknownProperty: Boolean

Attributes

Inherited from:
Property
def isUnrecognized: Boolean

Attributes

Inherited from:
SemanticdbGeneratedEnum
def isVal: Boolean

Attributes

Inherited from:
Property
def isVar: Boolean

Attributes

Inherited from:
Property
def name: String

Attributes

Inherited from:
SemanticdbGeneratedEnum
def productArity: Int

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product
def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

Inherited from:
Product
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Inherited from:
SemanticdbGeneratedEnum

Inherited fields

val value: Int

Attributes

Inherited from:
Property