BufferingBackendReporting

dotty.tools.backend.jvm.PostProcessorFrontendAccess.BufferingBackendReporting
final class BufferingBackendReporting(using x$1: Context) extends BackendReporting

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Classlikes

enum Report(val relay: BackendReporting => Unit)

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
case Error
case Warning
case Log

Value members

Concrete methods

def error(message: Context ?=> Message, position: SourcePosition): Unit
def log(message: String): Unit
def relayReports(toReporting: BackendReporting): Unit
def warning(message: Context ?=> Message, position: SourcePosition): Unit

Inherited methods

def error(message: Context ?=> Message): Unit

Attributes

Inherited from:
BackendReporting
def warning(message: Context ?=> Message): Unit

Attributes

Inherited from:
BackendReporting