trait Flags extends AnyRef

Originally copied from https://github.com/JetBrains/intellij-scala https://github.com/JetBrains/intellij-scala/blob/074e8f98d9789b3e7def3ade8d39e7ae770beccf/scala/decompiler/src/org/jetbrains/plugins/scala/decompiler/scalasig/Flags.scala

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Flags
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def hasFlag(flag: Long): Boolean

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hasDefault: Boolean
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def isAbstract: Boolean
  12. def isAbstractOverride: Boolean
  13. def isAccessor: Boolean
  14. def isBridge: Boolean
  15. def isByNameParam: Boolean
  16. def isCaptured: Boolean
  17. def isCase: Boolean
  18. def isCaseAccessor: Boolean
  19. def isContravariant: Boolean
  20. def isCovariant: Boolean
  21. def isDeferred: Boolean
  22. def isDeprecated: Boolean
  23. def isError: Boolean
  24. def isExistential: Boolean
  25. def isExpandedName: Boolean
  26. def isFinal: Boolean
  27. def isImplementationClass: Boolean
  28. def isImplicit: Boolean
  29. def isInConstructor: Boolean
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def isInterface: Boolean
  32. def isJava: Boolean
  33. def isLabel: Boolean
  34. def isLazy: Boolean
  35. def isLifted: Boolean
  36. def isLocal: Boolean
  37. def isMethod: Boolean
  38. def isMixedIn: Boolean
  39. def isModule: Boolean
  40. def isModuleVar: Boolean
  41. def isMonomorphic: Boolean
  42. def isMutable: Boolean
  43. def isOverloaded: Boolean
  44. def isOverride: Boolean
  45. def isPackage: Boolean
  46. def isParam: Boolean
  47. def isParamAccessor: Boolean
  48. def isPreSuper: Boolean
  49. def isPrivate: Boolean
  50. def isProtected: Boolean
  51. def isSealed: Boolean
  52. def isStable: Boolean
  53. def isStatic: Boolean
  54. def isSuperAccessor: Boolean
  55. def isSynthetic: Boolean
  56. def isSyntheticMethod: Boolean
  57. def isTrait: Boolean
  58. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  59. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  60. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  61. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  62. def toString(): String
    Definition Classes
    AnyRef → Any
  63. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  65. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped