Trait

org.argus.jawa.core

Reporter

Related Doc: package core

Permalink

trait Reporter extends AnyRef

Report information, warnings and errors.

This describes the (future) external interface for issuing information, warnings and errors.

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Reporter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type Severity

    Permalink

Abstract Value Members

  1. abstract val ERROR: Severity

    Permalink
  2. abstract val INFO: Severity

    Permalink
  3. abstract val WARNING: Severity

    Permalink
  4. abstract def count(severity: Severity): Int

    Permalink
  5. abstract def info0(pos: Position, msg: String, severity: Severity, force: Boolean): Unit

    Permalink
    Attributes
    protected
  6. abstract def info1(title: String, msg: String, severity: Severity, force: Boolean): Unit

    Permalink
    Attributes
    protected
  7. abstract def resetCount(severity: Severity): Unit

    Permalink

Concrete Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def echo(title: String, msg: String): Unit

    Permalink
  7. def echo(pos: Position, msg: String): Unit

    Permalink
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def error(title: String, msg: String): Unit

    Permalink
  11. def error(pos: Position, msg: String): Unit

    Permalink
  12. def errorCount: Int

    Permalink
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def flush(): Unit

    Permalink
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hasErrors: Boolean

    Permalink
  17. def hasWarnings: Boolean

    Permalink
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. def println(msg: String): Unit

    Permalink
  24. def reset(): Unit

    Permalink
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def warning(title: String, msg: String): Unit

    Permalink
  31. def warning(pos: Position, msg: String): Unit

    Permalink
  32. def warningCount: Int

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped