class LintWarning extends Choice
- Source
- Warnings.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LintWarning
- Choice
- Product
- Equals
- Val
- Value
- Serializable
- Serializable
- Ordered
- Comparable
- AnyRef
- Any
Implicitly
- by orderingToOrdered
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new LintWarning(name: String, help: String, yAliased: Boolean)
Value Members
-
def
+(v: LintWarnings.Value): LintWarnings.ValueSet
- Definition Classes
- Value
-
def
<(that: LintWarnings.Value): Boolean
- Definition Classes
- Ordered
-
def
<=(that: LintWarnings.Value): Boolean
- Definition Classes
- Ordered
-
def
>(that: LintWarnings.Value): Boolean
- Definition Classes
- Ordered
-
def
>=(that: LintWarnings.Value): Boolean
- Definition Classes
- Ordered
-
def
compare(that: LintWarnings.Value): Int
- Definition Classes
- Value → Ordered
-
def
compareTo(that: LintWarnings.Value): Int
- Definition Classes
- Ordered → Comparable
-
def
equals(other: Any): Boolean
- Definition Classes
- Value → AnyRef → Any
-
val
expandsTo: List[LintWarnings.Choice]
- Definition Classes
- Choice
-
def
hashCode(): Int
- Definition Classes
- Value → AnyRef → Any
-
val
help: String
- Definition Classes
- Choice
-
def
id: Int
- Definition Classes
- Val → Value
-
val
name: String
- Definition Classes
- Choice
-
def
toString(): String
- Definition Classes
- Val → AnyRef → Any
- val yAliased: Boolean
Shadowed Implicit Value Members
-
def
<(that: LintWarning): Boolean
- Implicit
- This member is added by an implicit conversion from LintWarning to math.Ordered[LintWarning] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[LintWarning] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(lintWarning: math.Ordered[LintWarning]).<(that)
- Definition Classes
- Ordered
-
def
<=(that: LintWarning): Boolean
- Implicit
- This member is added by an implicit conversion from LintWarning to math.Ordered[LintWarning] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[LintWarning] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(lintWarning: math.Ordered[LintWarning]).<=(that)
- Definition Classes
- Ordered
-
def
>(that: LintWarning): Boolean
- Implicit
- This member is added by an implicit conversion from LintWarning to math.Ordered[LintWarning] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[LintWarning] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(lintWarning: math.Ordered[LintWarning]).>(that)
- Definition Classes
- Ordered
-
def
>=(that: LintWarning): Boolean
- Implicit
- This member is added by an implicit conversion from LintWarning to math.Ordered[LintWarning] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[LintWarning] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(lintWarning: math.Ordered[LintWarning]).>=(that)
- Definition Classes
- Ordered
-
def
compare(that: LintWarning): Int
- Implicit
- This member is added by an implicit conversion from LintWarning to math.Ordered[LintWarning] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[LintWarning] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(lintWarning: math.Ordered[LintWarning]).compare(that)
- Definition Classes
- Ordered
-
def
compareTo(that: LintWarning): Int
- Implicit
- This member is added by an implicit conversion from LintWarning to math.Ordered[LintWarning] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[LintWarning] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(lintWarning: math.Ordered[LintWarning]).compareTo(that)
- Definition Classes
- Ordered → Comparable
The Scala compiler and reflection APIs.