Packages

final class BufferingBackendReporting extends BackendReporting

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BufferingBackendReporting
  2. BackendReporting
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BufferingBackendReporting()

Value Members

  1. def error(pos: Position, message: String): Unit
  2. def inform(message: String): Unit
  3. def inlinerWarning(pos: Position, message: String): Unit
  4. def log(message: String): Unit
  5. def relayReports(toReporting: BackendReporting): Unit
  6. def warning(pos: Position, message: String): Unit