Flags
extends Object with SerializableSupertypes
Object, SerializableMembers
Artifact
: FlagsIs this symbol to be tagged Java Synthetic
Is this symbol to be tagged Java Synthetic
CaseAcessor
: FlagsIs this symbol a getter for case class parameter
Is this symbol a getter for case class parameter
Contravariant
: FlagsIs this symbol a type parameter marked as contravariant -
Is this symbol a type parameter marked as contravariant -
Covariant
: FlagsIs this symbol a type parameter marked as covariant +
Is this symbol a type parameter marked as covariant +
DefaultParameterized
: FlagsIs this symbol a method with default parameters
Is this symbol a method with default parameters
Given
: FlagsIs this symbol an inferable ("given") parameter
Is this symbol an inferable ("given") parameter
JavaDefined
: FlagsIs this symbol defined in a Java class
Is this symbol defined in a Java class
Local
: FlagsIs this symbol local? Used in conjunction with private/private[Type] to mean private[this] extends Modifier proctected[this]
Is this symbol local? Used in conjunction with private/private[Type] to mean private[this] extends Modifier proctected[this]
Macro
: FlagsIs this symbol marked as a macro. An inline method containing toplevel splices
Is this symbol marked as a macro. An inline method containing toplevel splices
Mutable
: FlagsIs this symbol a var
(when used on a ValDef)
Is this symbol a var
(when used on a ValDef)
Object
: FlagsIs this symbol an object or its class (used for a ValDef or a ClassDef extends Modifier respectively)
Is this symbol an object or its class (used for a ValDef or a ClassDef extends Modifier respectively)
StableRealizable
: FlagsIs this symbol member that is assumed to be stable and realizable
Is this symbol member that is assumed to be stable and realizable
Static
: FlagsIs this symbol marked as static. Mapped to static Java member
Is this symbol marked as static. Mapped to static Java member
Synthetic
: FlagsWas this symbol generated by Scala compiler
Was this symbol generated by Scala compiler