Child

dotty.tools.dotc.core.Annotations.Annotation.Child
object Child

Extractor for child annotations

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Child.type

Members list

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

Attributes

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

Attributes

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