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
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Flags
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def hasFlag(flag: Long): Boolean
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hasDefault: Boolean
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def isAbstract: Boolean
- def isAbstractOverride: Boolean
- def isAccessor: Boolean
- def isBridge: Boolean
- def isByNameParam: Boolean
- def isCaptured: Boolean
- def isCase: Boolean
- def isCaseAccessor: Boolean
- def isContravariant: Boolean
- def isCovariant: Boolean
- def isDeferred: Boolean
- def isDeprecated: Boolean
- def isError: Boolean
- def isExistential: Boolean
- def isExpandedName: Boolean
- def isFinal: Boolean
- def isImplementationClass: Boolean
- def isImplicit: Boolean
- def isInConstructor: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isInterface: Boolean
- def isJava: Boolean
- def isLabel: Boolean
- def isLazy: Boolean
- def isLifted: Boolean
- def isLocal: Boolean
- def isMethod: Boolean
- def isMixedIn: Boolean
- def isModule: Boolean
- def isModuleVar: Boolean
- def isMonomorphic: Boolean
- def isMutable: Boolean
- def isOverloaded: Boolean
- def isOverride: Boolean
- def isPackage: Boolean
- def isParam: Boolean
- def isParamAccessor: Boolean
- def isPreSuper: Boolean
- def isPrivate: Boolean
- def isProtected: Boolean
- def isSealed: Boolean
- def isStable: Boolean
- def isStatic: Boolean
- def isSuperAccessor: Boolean
- def isSynthetic: Boolean
- def isSyntheticMethod: Boolean
- def isTrait: Boolean
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()