Packages

trait BackendReporting extends AnyRef

Source
PostProcessorFrontendAccess.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BackendReporting
  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

Abstract Value Members

  1. abstract def error(pos: Position, message: String): Unit
  2. abstract def inform(message: String): Unit
  3. abstract def log(message: String): Unit
  4. abstract def optimizerWarning(pos: Position, message: String, site: String): Unit
  5. abstract def warning(pos: Position, message: String): Unit

Concrete Value Members

  1. def siteString(owner: InternalName, method: String): String