Uses of Class
org.aspectj.weaver.reflect.ReflectionVar

Packages that use ReflectionVar
org.aspectj.weaver.reflect   
 

Uses of ReflectionVar in org.aspectj.weaver.reflect
 

Methods in org.aspectj.weaver.reflect that return ReflectionVar
static ReflectionVar ReflectionVar.createArgsAnnotationVar(ResolvedType type, int index, AnnotationFinder finder)
           
static ReflectionVar ReflectionVar.createArgsVar(ResolvedType type, int index, AnnotationFinder finder)
           
static ReflectionVar ReflectionVar.createAtAnnotationVar(ResolvedType annType, AnnotationFinder finder)
           
static ReflectionVar ReflectionVar.createTargetAnnotationVar(ResolvedType type, AnnotationFinder finder)
           
static ReflectionVar ReflectionVar.createTargetVar(ResolvedType type, AnnotationFinder finder)
           
static ReflectionVar ReflectionVar.createThisAnnotationVar(ResolvedType type, AnnotationFinder finder)
           
static ReflectionVar ReflectionVar.createThisVar(ResolvedType type, AnnotationFinder finder)
           
static ReflectionVar ReflectionVar.createWithinAnnotationVar(ResolvedType annType, AnnotationFinder finder)
           
static ReflectionVar ReflectionVar.createWithinCodeAnnotationVar(ResolvedType annType, AnnotationFinder finder)