class Severity extends severity.Value
- Source
- FrontEnd.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Severity
- 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 Severity(id: Int)
Value Members
-
def
+(v: severity.Value): severity.ValueSet
- Definition Classes
- Value
-
def
<(that: severity.Value): Boolean
- Definition Classes
- Ordered
-
def
<=(that: severity.Value): Boolean
- Definition Classes
- Ordered
-
def
>(that: severity.Value): Boolean
- Definition Classes
- Ordered
-
def
>=(that: severity.Value): Boolean
- Definition Classes
- Ordered
-
def
compare(that: severity.Value): Int
- Definition Classes
- Value → Ordered
-
def
compareTo(that: severity.Value): Int
- Definition Classes
- Ordered → Comparable
- var count: Int
-
def
equals(other: Any): Boolean
- Definition Classes
- Value → AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- Value → AnyRef → Any
-
val
id: Int
- Definition Classes
- Severity → Value
-
def
toString(): String
- Definition Classes
- Severity → AnyRef → Any
Shadowed Implicit Value Members
-
def
<(that: Severity): Boolean
- Implicit
- This member is added by an implicit conversion from Severity to math.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
-
def
<=(that: Severity): Boolean
- Implicit
- This member is added by an implicit conversion from Severity to math.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
-
def
>(that: Severity): Boolean
- Implicit
- This member is added by an implicit conversion from Severity to math.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
-
def
>=(that: Severity): Boolean
- Implicit
- This member is added by an implicit conversion from Severity to math.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
-
def
compare(that: Severity): Int
- Implicit
- This member is added by an implicit conversion from Severity to math.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
-
def
compareTo(that: Severity): Int
- Implicit
- This member is added by an implicit conversion from Severity to math.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
The Scala compiler and reflection APIs.