Packages

final class BufferingBackendReporting extends BackendReporting

Source
PostProcessorFrontendAccess.scala
Linear Supertypes
Type Hierarchy
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. Protected

Instance Constructors

  1. new BufferingBackendReporting()

Value Members

  1. def error(pos: Position, message: String): Unit
  2. def inform(message: String): Unit
  3. def log(message: String): Unit
  4. def optimizerWarning(pos: Position, message: String, site: String): Unit
  5. def relayReports(toReporting: BackendReporting): Unit
  6. def siteString(owner: InternalName, method: String): String
    Definition Classes
    BackendReporting
  7. def warning(pos: Position, message: String): Unit