scala.tools.nsc.reporters.Reporter

Severity

class Severity extends severity.Value

Linear Supertypes
severity.Value, Serializable, java.io.Serializable, math.Ordered[severity.Value], Comparable[severity.Value], AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Severity
  2. Value
  3. Serializable
  4. Serializable
  5. Ordered
  6. Comparable
  7. AnyRef
  8. Any
Implicitly
  1. by orderingToOrdered
  2. by StringAdd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Severity(id: Int)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(v: severity.Value): severity.ValueSet

    Definition Classes
    Value
  5. def ->[B](y: B): (Severity, B)

    Implicit information
    This member is added by an implicit conversion from Severity to ArrowAssoc[Severity] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. def <(that: severity.Value): Boolean

    Definition Classes
    Ordered
  7. def <=(that: severity.Value): Boolean

    Definition Classes
    Ordered
  8. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  10. def >(that: severity.Value): Boolean

    Definition Classes
    Ordered
  11. def >=(that: severity.Value): Boolean

    Definition Classes
    Ordered
  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def compare(that: severity.Value): Int

    Definition Classes
    Value → Ordered
  15. def compareTo(that: severity.Value): Int

    Definition Classes
    Ordered → Comparable
  16. var count: Int

  17. def ensuring(cond: (Severity) ⇒ Boolean, msg: ⇒ Any): Severity

    Implicit information
    This member is added by an implicit conversion from Severity to Ensuring[Severity] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: (Severity) ⇒ Boolean): Severity

    Implicit information
    This member is added by an implicit conversion from Severity to Ensuring[Severity] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean, msg: ⇒ Any): Severity

    Implicit information
    This member is added by an implicit conversion from Severity to Ensuring[Severity] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean): Severity

    Implicit information
    This member is added by an implicit conversion from Severity to Ensuring[Severity] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. def equals(other: Any): Boolean

    Definition Classes
    Value → AnyRef → Any
  23. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from Severity to StringFormat[Severity] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  25. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  26. def hashCode(): Int

    Definition Classes
    Value → AnyRef → Any
  27. val id: Int

    Definition Classes
    Severity → Value
  28. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. def toString(): String

    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def [B](y: B): (Severity, B)

    Implicit information
    This member is added by an implicit conversion from Severity to ArrowAssoc[Severity] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from Severity to StringAdd[Severity] performed by method StringAdd in scala.Predef.
    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: StringAdd[Severity]).+(other)
    Definition Classes
    StringAdd
  2. def <(that: Severity): Boolean

    Implicit information
    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
  3. def <=(that: Severity): Boolean

    Implicit information
    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
  4. def >(that: Severity): Boolean

    Implicit information
    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
  5. def >=(that: Severity): Boolean

    Implicit information
    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
  6. def compare(that: Severity): Int

    Implicit information
    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
  7. def compareTo(that: Severity): Int

    Implicit information
    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

Inherited from severity.Value

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from math.Ordered[severity.Value]

Inherited from Comparable[severity.Value]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion orderingToOrdered from Severity to math.Ordered[Severity]

Inherited by implicit conversion StringAdd from Severity to StringAdd[Severity]

Inherited by implicit conversion StringFormat from Severity to StringFormat[Severity]

Inherited by implicit conversion Ensuring from Severity to Ensuring[Severity]

Inherited by implicit conversion ArrowAssoc from Severity to ArrowAssoc[Severity]

Ungrouped