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 any2stringadd
  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: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    Value
  4. 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()
  5. def <(that: severity.Value): Boolean

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

    Definition Classes
    Ordered
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  8. def >(that: severity.Value): Boolean

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

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

    Definition Classes
    Any
  11. def clone(): AnyRef

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

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

    Definition Classes
    Ordered → Comparable
  14. var count: Int

  15. 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
  16. 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
  17. 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
  18. 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
  19. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. 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()
  23. final def getClass(): Class[_]

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  31. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. 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 any2stringadd[Severity] performed by method any2stringadd 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: any2stringadd[Severity]).+(other)
    Definition Classes
    any2stringadd
  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 any2stringadd from Severity to any2stringadd[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