Impl

dotty.tools.backend.jvm.PostProcessorFrontendAccess.Impl
class Impl[I <: DottyBackendInterface](int: I, entryPoints: HashSet[String]) extends PostProcessorFrontendAccess

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

Attributes

Definition Classes

Attributes

Definition Classes
override def withThreadLocalReporter[T](reporter: BackendReporting)(fn: => T): T

Attributes

Definition Classes

Inherited methods

final inline def frontendSynch[T](inline x: Context ?=> T): T

Attributes

Inherited from:
PostProcessorFrontendAccess
final inline def frontendSynchWithoutContext[T](inline x: T): T

Attributes

Inherited from:
PostProcessorFrontendAccess
inline def perRunLazy[T](inline init: Context ?=> T): Lazy[T]

Attributes

Inherited from:
PostProcessorFrontendAccess