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 LintNonlocalReturn: Lint
  30. val LintNullaryUnit: Lint
  31. val LintNumericMethods: Lint
  32. val LintOptionImplicit: Lint
  33. val LintOverload: 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 LintStructuralType: Lint
  42. val LintTypeParameterShadow: Lint
  43. val LintUnitSpecialization: Lint
  44. val LintUniversalMethods: Lint
  45. val Optimizer: WarningCategory
  46. val Other: Other
  47. val OtherDebug: Other
  48. val OtherImplicitType: Other
  49. val OtherMatchAnalysis: Other
  50. val OtherMigration: Other
  51. val OtherNonCooperativeEquals: Other
  52. val OtherNullaryOverride: Other
  53. val OtherPureStatement: Other
  54. val OtherShadowing: Other
  55. val Scala3Migration: WarningCategory
  56. val Scaladoc: WarningCategory
  57. val Unchecked: WarningCategory
  58. val Unused: Unused
  59. val UnusedImports: Unused
  60. val UnusedLocals: Unused
  61. val UnusedNowarn: Unused
  62. val UnusedParams: Unused
  63. val UnusedPatVars: Unused
  64. val UnusedPrivates: Unused
  65. val WFlag: WFlag
  66. val WFlagDeadCode: WFlag
  67. val WFlagExtraImplicit: WFlag
  68. val WFlagNumericWiden: WFlag
  69. val WFlagSelfImplicit: WFlag
  70. val WFlagTostringInterpolated: WFlag
  71. val WFlagUnnamedBooleanLiteral: WFlag
  72. val WFlagValueDiscard: WFlag
  73. def all: Map[String, WarningCategory]
  74. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  75. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  76. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  77. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  78. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  79. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  80. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  81. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  82. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  83. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  84. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  85. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  86. def toString(): String
    Definition Classes
    AnyRef → Any
  87. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  88. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  89. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped