object LintWarnings extends MultiChoiceEnumeration
- Source
- Warnings.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LintWarnings
- MultiChoiceEnumeration
- Enumeration
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
case class
Choice(name: String, help: String = "", expandsTo: List[Choice] = Nil) extends Val with Product with Serializable
- Definition Classes
- MultiChoiceEnumeration
- class LintWarning extends Choice
-
abstract
class
Value extends Ordered[Value] with Serializable
- Definition Classes
- Enumeration
- Annotations
- @SerialVersionUID()
-
class
ValueSet extends AbstractSet[Value] with SortedSet[Value] with SortedSetLike[Value, ValueSet] with Serializable
- Definition Classes
- Enumeration
Value Members
- val AdaptedArgs: LintWarning
- val ByNameRightAssociative: LintWarning
- val Constant: LintWarning
- val DelayedInitSelect: LintWarning
- val DocDetached: LintWarning
- val Inaccessible: LintWarning
- val InferAny: LintWarning
- def LintWarning(name: String, help: String, yAliased: Boolean = false): LintWarning
- val MissingInterpolator: LintWarning
- val NullaryOverride: LintWarning
- val NullaryUnit: LintWarning
- val OptionImplicit: LintWarning
- val PackageObjectClasses: LintWarning
- val PolyImplicitOverload: LintWarning
- val PrivateShadow: LintWarning
- val StarsAlign: LintWarning
- val TypeParameterShadow: LintWarning
- val UnsoundMatch: LintWarning
- val Unused: LintWarning
- def allLintWarnings: Seq[LintWarning]
-
final
def
apply(x: Int): Value
- Definition Classes
- Enumeration
-
final
def
maxId: Int
- Definition Classes
- Enumeration
-
def
toString(): String
- Definition Classes
- Enumeration → AnyRef → Any
-
def
values: ValueSet
- Definition Classes
- Enumeration
-
final
def
withName(s: String): Value
- Definition Classes
- Enumeration
-
object
ValueSet extends Serializable
- Definition Classes
- Enumeration
The Scala compiler and reflection APIs.