Child

object Child

Extractor for child annotations

class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(sym: Symbol, span: Span)(using Context): Annotation

A regular, non-deferred Child annotation

A regular, non-deferred Child annotation

def later(delayedSym: Context => Symbol, span: Span)(using Context): Annotation

A deferred annotation to the result of a given child computation

A deferred annotation to the result of a given child computation

def unapply(ann: Annotation)(using Context): Option[Symbol]