abstract class Annotation

Constructors

Annotation ( )

Members

def appliesToModule : Boolean
def argument ( i: Int ) ( implicit ctx: Context ) : Option [ Tree ]
def argumentConstant ( i: Int ) ( implicit ctx: Context ) : Option [ Constant ]
def arguments ( implicit ctx: Context ) : List [ Tree ]
def derivedAnnotation ( tree: Tree ) ( implicit ctx: Context ) : Annotation
def ensureCompleted ( implicit ctx: Context ) : Unit
def matches ( cls: Symbol ) ( implicit ctx: Context ) : Boolean
def symbol ( implicit ctx: Context ) : Symbol
def tree ( implicit ctx: Context ) : Tree