Packages

class LintWarning extends Choice

Source
Warnings.scala
Linear Supertypes
LintWarnings.Choice, Product, Equals, LintWarnings.Val, LintWarnings.Value, Serializable, java.io.Serializable, math.Ordered[LintWarnings.Value], Comparable[LintWarnings.Value], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LintWarning
  2. Choice
  3. Product
  4. Equals
  5. Val
  6. Value
  7. Serializable
  8. Serializable
  9. Ordered
  10. Comparable
  11. AnyRef
  12. Any
Implicitly
  1. by orderingToOrdered
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LintWarning(name: String, help: String, yAliased: Boolean)

Value Members

  1. def +(v: LintWarnings.Value): LintWarnings.ValueSet
    Definition Classes
    Value
  2. def <(that: LintWarnings.Value): Boolean
    Definition Classes
    Ordered
  3. def <=(that: LintWarnings.Value): Boolean
    Definition Classes
    Ordered
  4. def >(that: LintWarnings.Value): Boolean
    Definition Classes
    Ordered
  5. def >=(that: LintWarnings.Value): Boolean
    Definition Classes
    Ordered
  6. def compare(that: LintWarnings.Value): Int
    Definition Classes
    Value → Ordered
  7. def compareTo(that: LintWarnings.Value): Int
    Definition Classes
    Ordered → Comparable
  8. def equals(other: Any): Boolean
    Definition Classes
    Value → AnyRef → Any
  9. val expandsTo: List[LintWarnings.Choice]
    Definition Classes
    Choice
  10. def hashCode(): Int
    Definition Classes
    Value → AnyRef → Any
  11. val help: String
    Definition Classes
    Choice
  12. def id: Int
    Definition Classes
    Val → Value
  13. val name: String
    Definition Classes
    Choice
  14. def toString(): String
    Definition Classes
    Val → AnyRef → Any
  15. val yAliased: Boolean

Shadowed Implicit Value Members

  1. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. 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