ClassfileAnnotation

class ClassfileAnnotation(annotType: Type, lazyArgs: List[(NameOrString, Tree | EnumTag)]) extends LazyAnnotation
class Object
trait Matchable
class Any

Value members

Concrete methods

def untpdTree(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
override def isEvaluated: Boolean
Definition Classes
Inherited from
LazyAnnotation
override def isEvaluating: Boolean
Definition Classes
Inherited from
LazyAnnotation
def matches(cls: Symbol)(using Context): Boolean
Inherited from
Annotation
Inherited from
Annotation
override def symbol(using parentCtx: Context): Symbol
Definition Classes
Inherited from
LazyAnnotation
def tree(using Context): Tree
Inherited from
LazyAnnotation