TryBufferedReporter

dotty.tools.dotc.transform.init.Semantic.Reporter.TryBufferedReporter

Attributes

Graph
Supertypes
trait TryReporter
trait Reporter
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def abort()(using Data): Unit

Revert the cache to previous state.

Revert the cache to previous state.

Attributes

Inherited methods

def errors: List[Error]

Attributes

Inherited from:
BufferedReporter
def report(err: Error): Unit

Attributes

Inherited from:
BufferedReporter
def reportAll(errs: Seq[Error]): Unit

Attributes

Inherited from:
Reporter