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

Inherited from AnyRef

Inherited from Any

Ungrouped