BackendReporting

dotty.tools.backend.jvm.PostProcessorFrontendAccess.BackendReporting
sealed trait BackendReporting

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
def warning(message: Context ?=> Message): Unit