object WarningCategory
- Source
- Reporting.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WarningCategory
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed class Feature extends WarningCategory
- sealed class Lint extends WarningCategory
- sealed class Other extends WarningCategory
- sealed class Unused extends WarningCategory
- sealed class WFlag extends WarningCategory
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
- val Deprecation: WarningCategory
- val Feature: Feature
- val FeatureDynamics: Feature
- val FeatureExistentials: Feature
- val FeatureHigherKinds: Feature
- val FeatureImplicitConversions: Feature
- val FeatureMacros: Feature
- val FeaturePostfixOps: Feature
- val FeatureReflectiveCalls: Feature
- val JavaSource: WarningCategory
- val Lint: Lint
- val LintAdaptedArgs: Lint
- val LintBynameImplicit: Lint
- val LintConstant: Lint
- val LintDelayedinitSelect: Lint
- val LintDeprecation: Lint
- val LintDocDetached: Lint
- val LintEtaSam: Lint
- val LintEtaZero: Lint
- val LintImplicitNotFound: Lint
- val LintInaccessible: Lint
- val LintInferAny: Lint
- val LintIntDivToFloat: Lint
- val LintMissingInterpolator: Lint
- val LintMultiargInfix: Lint
- val LintNonlocalReturn: Lint
- val LintNullaryUnit: Lint
- val LintNumericMethods: Lint
- val LintOptionImplicit: Lint
- val LintPackageObjectClasses: Lint
- val LintPerformance: Lint
- val LintPolyImplicitOverload: Lint
- val LintPrivateShadow: Lint
- val LintRecurseWithDefault: Lint
- val LintSerial: Lint
- val LintStarsAlign: Lint
- val LintTypeParameterShadow: Lint
- val LintUnitSpecialization: Lint
- val LintUniversalMethods: Lint
- val Optimizer: WarningCategory
- val Other: Other
- val OtherDebug: Other
- val OtherImplicitType: Other
- val OtherMatchAnalysis: Other
- val OtherMigration: Other
- val OtherNonCooperativeEquals: Other
- val OtherNullaryOverride: Other
- val OtherPureStatement: Other
- val OtherShadowing: Other
- val Scala3Migration: WarningCategory
- val Scaladoc: WarningCategory
- val Unchecked: WarningCategory
- val Unused: Unused
- val UnusedImports: Unused
- val UnusedLocals: Unused
- val UnusedNowarn: Unused
- val UnusedParams: Unused
- val UnusedPatVars: Unused
- val UnusedPrivates: Unused
- val WFlag: WFlag
- val WFlagDeadCode: WFlag
- val WFlagExtraImplicit: WFlag
- val WFlagNumericWiden: WFlag
- val WFlagSelfImplicit: WFlag
- val WFlagUnnamedBooleanLiteral: WFlag
- val WFlagValueDiscard: WFlag
- def all: Map[String, WarningCategory]
- 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 hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
The Scala compiler and reflection APIs.