Packages

object WarningCategory

Source
Reporting.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WarningCategory
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed class Feature extends WarningCategory
  2. sealed class Lint extends WarningCategory
  3. sealed class Other extends WarningCategory
  4. sealed class Unused extends WarningCategory
  5. sealed class WFlag extends WarningCategory

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. val Deprecation: WarningCategory
  5. val Feature: Feature
  6. val FeatureDynamics: Feature
  7. val FeatureExistentials: Feature
  8. val FeatureHigherKinds: Feature
  9. val FeatureImplicitConversions: Feature
  10. val FeatureMacros: Feature
  11. val FeaturePostfixOps: Feature
  12. val FeatureReflectiveCalls: Feature
  13. val JavaSource: WarningCategory
  14. val Lint: Lint
  15. val LintAdaptedArgs: Lint
  16. val LintBynameImplicit: Lint
  17. val LintConstant: Lint
  18. val LintDelayedinitSelect: Lint
  19. val LintDeprecation: Lint
  20. val LintDocDetached: Lint
  21. val LintEtaSam: Lint
  22. val LintEtaZero: Lint
  23. val LintImplicitNotFound: Lint
  24. val LintInaccessible: Lint
  25. val LintInferAny: Lint
  26. val LintIntDivToFloat: Lint
  27. val LintMissingInterpolator: Lint
  28. val LintMultiargInfix: Lint
  29. val LintNonlocalReturn: Lint
  30. val LintNullaryUnit: Lint
  31. val LintNumericMethods: Lint
  32. val LintOptionImplicit: Lint
  33. val LintPackageObjectClasses: Lint
  34. val LintPerformance: Lint
  35. val LintPolyImplicitOverload: Lint
  36. val LintPrivateShadow: Lint
  37. val LintRecurseWithDefault: Lint
  38. val LintSerial: Lint
  39. val LintStarsAlign: Lint
  40. val LintTypeParameterShadow: Lint
  41. val LintUnitSpecialization: Lint
  42. val LintUniversalMethods: Lint
  43. val Optimizer: WarningCategory
  44. val Other: Other
  45. val OtherDebug: Other
  46. val OtherImplicitType: Other
  47. val OtherMatchAnalysis: Other
  48. val OtherMigration: Other
  49. val OtherNonCooperativeEquals: Other
  50. val OtherNullaryOverride: Other
  51. val OtherPureStatement: Other
  52. val OtherShadowing: Other
  53. val Scala3Migration: WarningCategory
  54. val Scaladoc: WarningCategory
  55. val Unchecked: WarningCategory
  56. val Unused: Unused
  57. val UnusedImports: Unused
  58. val UnusedLocals: Unused
  59. val UnusedNowarn: Unused
  60. val UnusedParams: Unused
  61. val UnusedPatVars: Unused
  62. val UnusedPrivates: Unused
  63. val WFlag: WFlag
  64. val WFlagDeadCode: WFlag
  65. val WFlagExtraImplicit: WFlag
  66. val WFlagNumericWiden: WFlag
  67. val WFlagSelfImplicit: WFlag
  68. val WFlagUnnamedBooleanLiteral: WFlag
  69. val WFlagValueDiscard: WFlag
  70. def all: Map[String, WarningCategory]
  71. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  72. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  73. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  74. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  75. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  76. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  77. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  78. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  79. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  80. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  81. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  82. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  83. def toString(): String
    Definition Classes
    AnyRef → Any
  84. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  85. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  86. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped