Packages

object LintWarnings extends MultiChoiceEnumeration

Source
Warnings.scala
Linear Supertypes
MultiChoiceEnumeration, Enumeration, Serializable, java.io.Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LintWarnings
  2. MultiChoiceEnumeration
  3. Enumeration
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Choice(name: String, help: String = "", expandsTo: List[Choice] = Nil) extends Val with Product with Serializable
    Definition Classes
    MultiChoiceEnumeration
  2. class LintWarning extends Choice
  3. abstract class Value extends Ordered[Value] with Serializable
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()
  4. class ValueSet extends AbstractSet[Value] with SortedSet[Value] with SortedSetLike[Value, ValueSet] with Serializable
    Definition Classes
    Enumeration

Value Members

  1. val AdaptedArgs: LintWarning
  2. val ByNameRightAssociative: LintWarning
  3. val Constant: LintWarning
  4. val DelayedInitSelect: LintWarning
  5. val DocDetached: LintWarning
  6. val Inaccessible: LintWarning
  7. val InferAny: LintWarning
  8. def LintWarning(name: String, help: String, yAliased: Boolean = false): LintWarning
  9. val MissingInterpolator: LintWarning
  10. val NullaryOverride: LintWarning
  11. val NullaryUnit: LintWarning
  12. val OptionImplicit: LintWarning
  13. val PackageObjectClasses: LintWarning
  14. val PolyImplicitOverload: LintWarning
  15. val PrivateShadow: LintWarning
  16. val StarsAlign: LintWarning
  17. val TypeParameterShadow: LintWarning
  18. val UnsoundMatch: LintWarning
  19. val Unused: LintWarning
  20. def allLintWarnings: Seq[LintWarning]
  21. final def apply(x: Int): Value
    Definition Classes
    Enumeration
  22. final def maxId: Int
    Definition Classes
    Enumeration
  23. def toString(): String
    Definition Classes
    Enumeration → AnyRef → Any
  24. def values: ValueSet
    Definition Classes
    Enumeration
  25. final def withName(s: String): Value
    Definition Classes
    Enumeration
  26. object ValueSet extends Serializable
    Definition Classes
    Enumeration