MyRendering

class MyRendering(parentClassLoader: Option[ClassLoader]) extends Rendering
class Rendering
class Object
trait Matchable
class Any

Value members

Concrete methods

override def classLoader(using Context): ClassLoader
Definition Classes
Rendering

Inherited methods

def forceModule(sym: Symbol)(using Context): Seq[Diagnostic]

Force module initialization in the absence of members.

Force module initialization in the absence of members.

Inherited from
Rendering
def formatError(dia: Diagnostic)(state: State): Diagnostic

Formats errors using the messageRenderer

Formats errors using the messageRenderer

Inherited from
Rendering
def renderMethod(d: Denotation)(using Context): Diagnostic

Render method definition result

Render method definition result

Inherited from
Rendering
def renderTypeAlias(d: Denotation)(using Context): Diagnostic
Inherited from
Rendering
def renderTypeDef(d: Denotation)(using Context): Diagnostic
Inherited from
Rendering
def renderVal(d: Denotation)(using Context): Option[Diagnostic]

Render value definition result

Render value definition result

Inherited from
Rendering