Methods of the module objectval Flags
Is this an abstract override method?
Is this an abstract override method?
This corresponds to a definition declared as "abstract override def" in the source. Seehttps://stackoverflow.com/questions/23645172/why-is-abstract-override-required-not-override-alone-in-subtrait for examples.
Is this symbolabstract
Is this generated by Scala compiler. Corresponds to ACC_SYNTHETIC in the JVM.
Is this generated by Scala compiler. Corresponds to ACC_SYNTHETIC in the JVM.
Is this symbolcase
Is this symbol a getter for case class parameter
Is this symbol a type parameter marked as contravariant-
Is this symbol a type parameter marked as covariant+
Is a declared, but not defined member
The empty set of flags
Is this symbol an enum
Is this symbolerased
Is this symbol exported from provided instance
Is this symbol adef defined in anextension
Is this symbol a getter or a setter
Is this symbolfinal
Is this symbol an inferable ("given") parameter
Is this symbol a parameter with a default value?
Is this symbolimplicit
Is an infix method or type
Is this symbolinline
Is this symbol invisible when typechecking?
Is this an annotation defined in Java
Is this symbol defined in a Java class
Is implemented as a Java static
Is this symbollazy
Is this symbol local? Used in conjunction with private/private[T] to mean private[this] extends Modifier protected[this]
Is this symbol local? Used in conjunction with private/private[T] to mean private[this] extends Modifier protected[this]
Is this symbol marked as a macro. An inline method containing top level splices
Is this symbol marked as a macro. An inline method containing top level splices
Is this symboldef
Is 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)
Is this symbol avar (when used on a ValDef)
Trait does not have fields or initialization code.
Is this symbolopaque
Is this symbolopen
Is this symboloverride
Is this symbol a package
Is this symbol a parameter
Is this symbol a parameter accessor
Is this symbolprivate
Is this symbol labeled private[this]
Is this symbolprotected
Was this symbol imported from Scala2.x
Is this symbolsealed
Is this symbol member that is assumed to be stable and realizable
Is this symbol to be tagged Java Synthetic
Is this symbol a trait
Is a transparent inline method or trait
Is this symbol marked as static. Mapped to static Java member
Is this symbol marked as static. Mapped to static Java member
[Since version 3.3.0]Use JavaStatic instead