Property

dotty.tools.dotc.semanticdb.SymbolInformation$.Property
See theProperty companion object
sealed abstract class Property(val value: Int) extends SemanticdbGeneratedEnum

Attributes

Companion:
object
Graph
Supertypes
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

Types

Value members

Concrete methods

final def asRecognized: Option[Recognized]
def isAbstract: Boolean
def isCase: Boolean
def isContravariant: Boolean
def isCovariant: Boolean
def isDefault: Boolean
def isEnum: Boolean
def isFinal: Boolean
def isGiven: Boolean
def isImplicit: Boolean
def isInfix: Boolean
def isInline: Boolean
def isLazy: Boolean
def isOpaque: Boolean
def isOpen: Boolean
def isPrimary: Boolean
def isSealed: Boolean
def isStatic: Boolean
def isTransparent: Boolean
def isUnknownProperty: Boolean
def isVal: Boolean
def isVar: Boolean

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def index: Int

Attributes

Inherited from:
SemanticdbGeneratedEnum
def isUnrecognized: Boolean

Attributes

Inherited from:
SemanticdbGeneratedEnum
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

Concrete fields

val value: Int