scala.reflect.internal.SymbolFlags

SymbolFlagLogic

trait SymbolFlagLogic extends AnyRef

Self Type
Symbol
Source
SymbolFlags.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SymbolFlagLogic
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringfmt
  2. by any2stringadd
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def calculateFlagString(basis: Long): String

    Attributes
    protected
  2. abstract def getFlag(mask: Long): Long

  3. abstract def hasAllFlags(mask: Long): Boolean

  4. abstract def hasFlag(mask: Long): Boolean

  5. abstract def initFlags(mask: Long): SymbolFlagLogic.this.type

  6. abstract def resetFlag(mask: Long): SymbolFlagLogic.this.type

  7. abstract def resetFlags(): Unit

  8. abstract def resolveOverloadedFlag(flag: Long): String

    Attributes
    protected
  9. abstract def setFlag(mask: Long): SymbolFlagLogic.this.type

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from SymbolFlagLogic to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (SymbolFlagLogic, B)

    Implicit information
    This member is added by an implicit conversion from SymbolFlagLogic to ArrowAssoc[SymbolFlagLogic] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. def alwaysHasFlags: Long

    Attributes
    protected
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def debugFlagString: String

  12. def ensuring(cond: (SymbolFlagLogic) ⇒ Boolean, msg: ⇒ Any): SymbolFlagLogic

    Implicit information
    This member is added by an implicit conversion from SymbolFlagLogic to Ensuring[SymbolFlagLogic] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (SymbolFlagLogic) ⇒ Boolean): SymbolFlagLogic

    Implicit information
    This member is added by an implicit conversion from SymbolFlagLogic to Ensuring[SymbolFlagLogic] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: ⇒ Any): SymbolFlagLogic

    Implicit information
    This member is added by an implicit conversion from SymbolFlagLogic to Ensuring[SymbolFlagLogic] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): SymbolFlagLogic

    Implicit information
    This member is added by an implicit conversion from SymbolFlagLogic to Ensuring[SymbolFlagLogic] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  19. def flagMask: Long

  20. def flagsExplanationString: String

  21. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from SymbolFlagLogic to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  22. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. def neverHasFlags: Long

    Attributes
    protected
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. def rawFlagString: String

  30. def rawFlagString(mask: Long): String

  31. val self: Any

    Implicit information
    This member is added by an implicit conversion from SymbolFlagLogic to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
  32. val self: Any

    Implicit information
    This member is added by an implicit conversion from SymbolFlagLogic to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  33. final def setNotFlag(flag: Int): Any

    If the given flag is set on this symbol, also set the corresponding notFLAG.

    If the given flag is set on this symbol, also set the corresponding notFLAG. For instance if flag is PRIVATE, the notPRIVATE flag will be set if PRIVATE is currently set.

  34. def shortSymbolClass: String

    Attributes
    protected
  35. def symbolCreationString: String

  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. def varianceString: String

    String representation of symbol's variance

  39. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  40. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  41. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  42. def [B](y: B): (SymbolFlagLogic, B)

    Implicit information
    This member is added by an implicit conversion from SymbolFlagLogic to ArrowAssoc[SymbolFlagLogic] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def x: SymbolFlagLogic

    Implicit information
    This member is added by an implicit conversion from SymbolFlagLogic to ArrowAssoc[SymbolFlagLogic] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: SymbolFlagLogic

    Implicit information
    This member is added by an implicit conversion from SymbolFlagLogic to Ensuring[SymbolFlagLogic] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringfmt from SymbolFlagLogic to StringFormat

Inherited by implicit conversion any2stringadd from SymbolFlagLogic to StringAdd

Inherited by implicit conversion any2ArrowAssoc from SymbolFlagLogic to ArrowAssoc[SymbolFlagLogic]

Inherited by implicit conversion any2Ensuring from SymbolFlagLogic to Ensuring[SymbolFlagLogic]