t

scalafix.v0

HasFlags

trait HasFlags extends AnyRef

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HasFlags
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def flags: Long

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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def flagStructure: String
    Attributes
    protected
  10. def flagSyntax: String
    Attributes
    protected
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hasFlag(flag: Long): Boolean
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def isAbstract: Boolean
  15. def isCase: Boolean
  16. def isClass: Boolean
  17. def isContravariant: Boolean
  18. def isCovariant: Boolean
  19. def isCtor: Boolean
  20. def isEnum: Boolean
  21. def isField: Boolean
  22. def isFinal: Boolean
  23. def isImplicit: Boolean
  24. def isInline: Boolean
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isInterface: Boolean
  27. def isJavaDefined: Boolean
  28. def isLazy: Boolean
  29. def isLocal: Boolean
  30. def isMacro: Boolean
  31. def isMethod: Boolean
  32. def isObject: Boolean
  33. def isPackage: Boolean
  34. def isPackageObject: Boolean
  35. def isParam: Boolean
  36. def isPrimary: Boolean
  37. def isPrivate: Boolean
  38. def isProtected: Boolean
  39. def isSealed: Boolean
  40. def isSelfParam: Boolean
  41. def isStatic: Boolean
  42. def isTrait: Boolean
  43. def isType: Boolean
  44. def isTypeParam: Boolean
  45. def isVal: Boolean
  46. def isVar: Boolean
  47. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  48. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  49. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  50. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  51. def toString(): String
    Definition Classes
    AnyRef → Any
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped