PostProcessorFrontendAccess

dotty.tools.backend.jvm.PostProcessorFrontendAccess
See thePostProcessorFrontendAccess companion object
sealed abstract class PostProcessorFrontendAccess(backendInterface: DottyBackendInterface)

Functionality needed in the post-processor whose implementation depends on the compiler frontend. All methods are synchronized.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Impl[I]

Members list

Value members

Concrete methods

final inline def frontendSynch[T](inline x: Context ?=> T): T
final inline def frontendSynchWithoutContext[T](inline x: T): T
inline def perRunLazy[T](inline init: Context ?=> T): Lazy[T]