DelayedReporter

dotty.tools.io.FileWriters.DelayedReporter
sealed trait DelayedReporter

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

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

Concrete methods

def error(message: Context ?=> Message): Unit
final def exception(reason: Context ?=> Message, throwable: Throwable): Unit
def warning(message: Context ?=> Message): Unit