LazyAnnotation

abstract class LazyAnnotation extends Annotation
class Object
trait Matchable
class Any

Value members

Concrete methods

override def isEvaluated: Boolean
Definition Classes
override def isEvaluating: Boolean
Definition Classes
override def symbol(using parentCtx: Context): Symbol
Definition Classes
def tree(using Context): Tree

Inherited methods

def argument(i: Int)(using Context): Option[Tree]
Inherited from
Annotation
Inherited from
Annotation
Inherited from
Annotation
def arguments(using Context): List[Tree]
Inherited from
Annotation
Inherited from
Annotation
Inherited from
Annotation
def matches(cls: Symbol)(using Context): Boolean
Inherited from
Annotation
Inherited from
Annotation

Abstract fields

protected var mySym: Symbol | Context => Symbol
protected var myTree: Tree | Context => Tree