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. Protected

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

Inherited from AnyRef

Inherited from Any

Ungrouped