FlagsModule

scala.quoted.Quotes.reflectModule.FlagsModule
trait FlagsModule

Methods of the module object val Flags

Attributes

Source
Quotes.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Flags.type

Members list

Value members

Abstract methods

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. See https://stackoverflow.com/questions/23645172/why-is-abstract-override-required-not-override-alone-in-subtrait for examples.

Attributes

Source
Quotes.scala

Is this symbol abstract

Is this symbol abstract

Attributes

Source
Quotes.scala

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.

Attributes

Source
Quotes.scala
def Case: Flags

Is this symbol case

Is this symbol case

Attributes

Source
Quotes.scala

Is this symbol a getter for case class parameter

Is this symbol a getter for case class parameter

Attributes

Source
Quotes.scala

Is this symbol a type parameter marked as contravariant -

Is this symbol a type parameter marked as contravariant -

Attributes

Source
Quotes.scala

Is this symbol a type parameter marked as covariant +

Is this symbol a type parameter marked as covariant +

Attributes

Source
Quotes.scala

Is a declared, but not defined member

Is a declared, but not defined member

Attributes

Source
Quotes.scala

The empty set of flags

The empty set of flags

Attributes

Source
Quotes.scala
def Enum: Flags

Is this symbol an enum

Is this symbol an enum

Attributes

Source
Quotes.scala
def Erased: Flags

Is this symbol erased

Is this symbol erased

Attributes

Source
Quotes.scala

Is this symbol exported from provided instance

Is this symbol exported from provided instance

Attributes

Source
Quotes.scala

Is this symbol a def defined in an extension

Is this symbol a def defined in an extension

Attributes

Source
Quotes.scala

Is this symbol a getter or a setter

Is this symbol a getter or a setter

Attributes

Source
Quotes.scala
def Final: Flags

Is this symbol final

Is this symbol final

Attributes

Source
Quotes.scala
def Given: Flags

Is this symbol an inferable ("given") parameter

Is this symbol an inferable ("given") parameter

Attributes

Source
Quotes.scala

Is this symbol a parameter with a default value?

Is this symbol a parameter with a default value?

Attributes

Source
Quotes.scala

Is this symbol implicit

Is this symbol implicit

Attributes

Source
Quotes.scala
def Infix: Flags

Is an infix method or type

Is an infix method or type

Attributes

Source
Quotes.scala
def Inline: Flags

Is this symbol inline

Is this symbol inline

Attributes

Source
Quotes.scala

Is this symbol invisible when typechecking?

Is this symbol invisible when typechecking?

Attributes

Source
Quotes.scala

Is this an annotation defined in Java

Is this an annotation defined in Java

Attributes

Source
Quotes.scala

Is this symbol defined in a Java class

Is this symbol defined in a Java class

Attributes

Source
Quotes.scala

Is implemented as a Java static

Is implemented as a Java static

Attributes

Source
Quotes.scala
def Lazy: Flags

Is this symbol lazy

Is this symbol lazy

Attributes

Source
Quotes.scala
def Local: Flags

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]

Attributes

Source
Quotes.scala
def Macro: Flags

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

Attributes

Source
Quotes.scala
def Method: Flags

Is this symbol def

Is this symbol def

Attributes

Source
Quotes.scala
def Module: Flags

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)

Attributes

Source
Quotes.scala
def Mutable: Flags

Is this symbol a var (when used on a ValDef)

Is this symbol a var (when used on a ValDef)

Attributes

Source
Quotes.scala
def NoInits: Flags

Trait does not have fields or initialization code.

Trait does not have fields or initialization code.

Attributes

Source
Quotes.scala
def Opaque: Flags

Is this symbol opaque

Is this symbol opaque

Attributes

Source
Quotes.scala
def Open: Flags

Is this symbol open

Is this symbol open

Attributes

Source
Quotes.scala

Is this symbol override

Is this symbol override

Attributes

Source
Quotes.scala
def Package: Flags

Is this symbol a package

Is this symbol a package

Attributes

Source
Quotes.scala
def Param: Flags

Is this symbol a parameter

Is this symbol a parameter

Attributes

Source
Quotes.scala

Is this symbol a parameter accessor

Is this symbol a parameter accessor

Attributes

Source
Quotes.scala
def Private: Flags

Is this symbol private

Is this symbol private

Attributes

Source
Quotes.scala

Is this symbol labeled private[this]

Is this symbol labeled private[this]

Attributes

Source
Quotes.scala

Is this symbol protected

Is this symbol protected

Attributes

Source
Quotes.scala
def Scala2x: Flags

Was this symbol imported from Scala2.x

Was this symbol imported from Scala2.x

Attributes

Source
Quotes.scala
def Sealed: Flags

Is this symbol sealed

Is this symbol sealed

Attributes

Source
Quotes.scala

Is this symbol member that is assumed to be stable and realizable

Is this symbol member that is assumed to be stable and realizable

Attributes

Source
Quotes.scala

Is this symbol to be tagged Java Synthetic

Is this symbol to be tagged Java Synthetic

Attributes

Source
Quotes.scala
def Trait: Flags

Is this symbol a trait

Is this symbol a trait

Attributes

Source
Quotes.scala

Is a transparent inline method or trait

Is a transparent inline method or trait

Attributes

Source
Quotes.scala

Deprecated methods

def Static: Flags

Is this symbol marked as static. Mapped to static Java member

Is this symbol marked as static. Mapped to static Java member

Attributes

Deprecated
true
Source
Quotes.scala