Packages

trait FrontEnd extends AnyRef

Source
FrontEnd.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FrontEnd
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Info(pos: Position, msg: String, severity: Severity) extends Product with Serializable
  2. class Severity extends severity.Value

Abstract Value Members

  1. abstract def display(info: Info): Unit

    Displays incoming info

Concrete Value Members

  1. val ERROR: Severity
  2. val INFO: Severity
  3. val WARNING: Severity
  4. def flush(): Unit

    Refreshes the UI

  5. def hasErrors: Boolean
  6. def hasWarnings: Boolean
  7. val infos: LinkedHashSet[Info]
  8. def log(pos: Position, msg: String, severity: Severity): Unit

    Handles incoming info

  9. def reset(): Unit

    Resets the reporter

  10. object severity extends Enumeration