NirGenStat

trait NirGenStat(using x$1: Context)
class Object
trait Matchable
class Any

Type members

Classlikes

protected case class StaticForwarderClass(defn: Class, forwarders: Seq[Define])

Value members

Concrete methods

protected def checkExplicitReturnTypeAnnotation(externDef: ValOrDefDef, methodKind: String): Unit
def genClass(td: TypeDef)(using Context): Unit
def genExternMethod(attrs: Attrs, name: Global, origSig: Type, rhs: Tree): Option[Defn]
protected def genLinktimeResolved(dd: DefDef, name: Global)(using Position): Option[Defn]
def validateExternCtor(rhs: Tree): Unit

Concrete fields

protected val curExprBuffer: ScopedVar[<none>]