final class Mode extends AnyVal

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. def &(other: Mode): Mode
  4. def &~(other: Mode): Mode
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val bits: Int
  8. def forFunMode: Mode
  9. def forTypeMode: Mode
  10. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  11. def in(all: Mode = NOmode, none: Mode = NOmode): Boolean

    True if this mode matches every mode in the 'all' Mode, and no modes in the 'none' Mode.

  12. def inAll(required: Mode): Boolean
  13. def inAny(required: Mode): Boolean
  14. def inByValMode: Boolean
  15. def inExprMode: Boolean
  16. def inFunMode: Boolean
  17. def inNone(prohibited: Mode): Boolean
  18. def inPatternMode: Boolean
  19. def inPolyMode: Boolean
  20. def inQualMode: Boolean
  21. def inSccMode: Boolean
  22. def inTappMode: Boolean
  23. def inTypeMode: Boolean
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def onlySticky: Mode
  26. def onlyTypePat: Mode
  27. def toString(): String
    Definition Classes
    Mode → Any
  28. def typingConstructorPattern: Boolean
  29. def typingExprByValue: Boolean
  30. def typingExprFun: Boolean
  31. def typingExprNotFun: Boolean
  32. def typingExprNotFunNotLhs: Boolean
  33. def typingExprNotLhs: Boolean
  34. def typingExprNotValue: Boolean
  35. def typingMonoExprByValue: Boolean
  36. def typingPatternNotConstructor: Boolean
  37. def typingPatternOrTypePat: Boolean
  38. def |(other: Mode): Mode

Inherited from AnyVal

Inherited from Any

Ungrouped