Packages

class Severity extends severity.Value

Source
FrontEnd.scala
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Severity
  2. Value
  3. Serializable
  4. Ordered
  5. Comparable
  6. AnyRef
  7. 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. Protected

Instance Constructors

  1. new Severity(id: Int)

Value Members

  1. def +(v: severity.Value): severity.ValueSet
    Definition Classes
    Value
  2. def <(that: severity.Value): Boolean
    Definition Classes
    Ordered
  3. def <=(that: severity.Value): Boolean
    Definition Classes
    Ordered
  4. def >(that: severity.Value): Boolean
    Definition Classes
    Ordered
  5. def >=(that: severity.Value): Boolean
    Definition Classes
    Ordered
  6. def compare(that: severity.Value): Int
    Definition Classes
    Value → Ordered
  7. def compareTo(that: severity.Value): Int
    Definition Classes
    Ordered → Comparable
  8. var count: Int
  9. def equals(other: Any): Boolean
    Definition Classes
    Value → AnyRef → Any
  10. def hashCode(): Int
    Definition Classes
    Value → AnyRef → Any
  11. val id: Int
    Definition Classes
    Severity → Value
  12. def toString(): String
    Definition Classes
    Severity → AnyRef → Any

Shadowed Implicit Value Members

  1. def <(that: Severity): Boolean
    Implicit
    This member is added by an implicit conversion from Severity tomath.Ordered[Severity] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[Severity] 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:
    (severity: math.Ordered[Severity]).<(that)
    Definition Classes
    Ordered
  2. def <=(that: Severity): Boolean
    Implicit
    This member is added by an implicit conversion from Severity tomath.Ordered[Severity] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[Severity] 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:
    (severity: math.Ordered[Severity]).<=(that)
    Definition Classes
    Ordered
  3. def >(that: Severity): Boolean
    Implicit
    This member is added by an implicit conversion from Severity tomath.Ordered[Severity] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[Severity] 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:
    (severity: math.Ordered[Severity]).>(that)
    Definition Classes
    Ordered
  4. def >=(that: Severity): Boolean
    Implicit
    This member is added by an implicit conversion from Severity tomath.Ordered[Severity] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[Severity] 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:
    (severity: math.Ordered[Severity]).>=(that)
    Definition Classes
    Ordered
  5. def compare(that: Severity): Int
    Implicit
    This member is added by an implicit conversion from Severity tomath.Ordered[Severity] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[Severity] 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:
    (severity: math.Ordered[Severity]).compare(that)
    Definition Classes
    Ordered
  6. def compareTo(that: Severity): Int
    Implicit
    This member is added by an implicit conversion from Severity tomath.Ordered[Severity] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[Severity] 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:
    (severity: math.Ordered[Severity]).compareTo(that)
    Definition Classes
    Ordered → Comparable