abstract class BodyAnnotation
extends Annotation

An annotation indicating the body of a right-hand side, typically of an inline method. Treated specially in pickling/unpickling and TypeTreeMaps

Constructors

BodyAnnotation ( )

Members

override def arguments ( implicit ctx: Context ) : List [ Tree ]
override def derivedAnnotation ( tree: Tree ) ( implicit ctx: Context ) : Annotation
override def ensureCompleted ( implicit ctx: Context ) : Unit
override def symbol ( implicit ctx: Context ) : Symbol