object WarningCategory
- Source
- Reporting.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WarningCategory
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed trait Feature extends WarningCategory
- sealed trait Lint extends WarningCategory
- sealed trait Other extends WarningCategory
- sealed trait Unused extends WarningCategory
- sealed trait 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
- var all: Map[String, WarningCategory]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- 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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- object Deprecation extends WarningCategory
- object Feature extends Feature
- object FeatureDynamics extends Feature
- object FeatureExistentials extends Feature
- object FeatureHigherKinds extends Feature
- object FeatureImplicitConversions extends Feature
- object FeatureMacros extends Feature
- object FeaturePostfixOps extends Feature
- object FeatureReflectiveCalls extends Feature
- object JavaSource extends WarningCategory
- object Lint extends Lint
- object LintAdaptedArgs extends Lint
- object LintBynameImplicit extends Lint
- object LintConstant extends Lint
- object LintDelayedinitSelect extends Lint
- object LintDeprecation extends Lint
- object LintDocDetached extends Lint
- object LintEtaSam extends Lint
- object LintEtaZero extends Lint
- object LintImplicitNotFound extends Lint
- object LintInaccessible extends Lint
- object LintInferAny extends Lint
- object LintMissingInterpolator extends Lint
- object LintNonlocalReturn extends Lint
- object LintNullaryOverride extends Lint
- object LintNullaryUnit extends Lint
- object LintOptionImplicit extends Lint
- object LintPackageObjectClasses extends Lint
- object LintPolyImplicitOverload extends Lint
- object LintPrivateShadow extends Lint
- object LintRecurseWithDefault extends Lint
- object LintSerial extends Lint
- object LintStarsAlign extends Lint
- object LintTypeParameterShadow extends Lint
- object LintUnitSpecialization extends Lint
- object Optimizer extends WarningCategory
- object Other extends Other
- object OtherDebug extends WarningCategory
- object OtherMatchAnalysis extends WarningCategory
- object OtherMigration extends Other
- object OtherPureStatement extends Other
- object OtherShadowing extends Other
- object Scaladoc extends WarningCategory
- object Unchecked extends WarningCategory
- object Unused extends Unused
- object UnusedImports extends Unused
- object UnusedLocals extends Unused
- object UnusedNowarn extends Unused
- object UnusedParams extends Unused
- object UnusedPatVars extends Unused
- object UnusedPrivates extends Unused
- object WFlag extends WFlag
- object WFlagDeadCode extends WFlag
- object WFlagExtraImplicit extends WFlag
- object WFlagNumericWiden extends WFlag
- object WFlagSelfImplicit extends WFlag
- object WFlagValueDiscard extends WFlag
The Scala compiler and reflection APIs.