Uses of Class
org.aspectj.weaver.ast.Var

Packages that use Var
org.aspectj.weaver   
org.aspectj.weaver.ast   
org.aspectj.weaver.bcel   
org.aspectj.weaver.patterns   
org.aspectj.weaver.reflect   
 

Uses of Var in org.aspectj.weaver
 

Methods in org.aspectj.weaver that return Var
 Var TestShadow.getArgAnnotationVar(int i, UnresolvedType annotationType)
           
abstract  Var Shadow.getArgAnnotationVar(int i, UnresolvedType forAnnotationType)
           
 Var TestShadow.getArgVar(int i)
           
abstract  Var Shadow.getArgVar(int i)
           
 Var TestShadow.getKindedAnnotationVar(UnresolvedType annotationType)
           
abstract  Var Shadow.getKindedAnnotationVar(UnresolvedType forAnnotationType)
           
 Var TestShadow.getTargetAnnotationVar(UnresolvedType annotationType)
           
abstract  Var Shadow.getTargetAnnotationVar(UnresolvedType forAnnotationType)
           
 Var TestShadow.getTargetVar()
           
abstract  Var Shadow.getTargetVar()
          a var referencing the target
 Var TestShadow.getThisAnnotationVar(UnresolvedType annotationType)
           
abstract  Var Shadow.getThisAnnotationVar(UnresolvedType forAnnotationType)
           
 Var TestShadow.getThisEnclosingJoinPointStaticPartVar()
           
abstract  Var Shadow.getThisEnclosingJoinPointStaticPartVar()
           
 Var TestShadow.getThisJoinPointStaticPartVar()
           
abstract  Var Shadow.getThisJoinPointStaticPartVar()
           
 Var TestShadow.getThisJoinPointVar()
           
abstract  Var Shadow.getThisJoinPointVar()
           
 Var TestShadow.getThisVar()
           
abstract  Var Shadow.getThisVar()
          a var referencing this
 Var TestShadow.getWithinAnnotationVar(UnresolvedType annotationType)
           
abstract  Var Shadow.getWithinAnnotationVar(UnresolvedType forAnnotationType)
           
 Var TestShadow.getWithinCodeAnnotationVar(UnresolvedType annotationType)
           
abstract  Var Shadow.getWithinCodeAnnotationVar(UnresolvedType forAnnotationType)
           
 Var IWeavingSupport.makeCflowAccessVar(ResolvedType formalType, Member cflowField, int arrayIndex)
           
 

Uses of Var in org.aspectj.weaver.ast
 

Fields in org.aspectj.weaver.ast declared as Var
static Var[] Var.NONE
           
 

Methods in org.aspectj.weaver.ast that return Var
 Var Var.getAccessorForValue(ResolvedType formalType)
          For an annotation this will return a variable that can access a specific field of the annotation (of the specified type) TODO what kind of behaviour happens for two annotation fields of the same type?
 Var Instanceof.getVar()
           
 Var HasAnnotation.getVar()
           
 

Methods in org.aspectj.weaver.ast with parameters of type Var
static Test Test.makeHasAnnotation(Var v, ResolvedType annTy)
           
static Test Test.makeInstanceof(Var v, ResolvedType ty)
           
 void IExprVisitor.visit(Var i)
           
 

Constructors in org.aspectj.weaver.ast with parameters of type Var
HasAnnotation(Var v, ResolvedType annType)
           
Instanceof(Var left, UnresolvedType right)
           
 

Uses of Var in org.aspectj.weaver.bcel
 

Subclasses of Var in org.aspectj.weaver.bcel
 class AnnotationAccessVar
          Represents access to an annotation on an element, relating to some kinded pointcut.
 class BcelCflowAccessVar
          XXX Erik and I need to discuss this hierarchy.
 class BcelFieldRef
          XXX Erik and I need to discuss this hierarchy.
 class BcelVar
           
 class TypeAnnotationAccessVar
          Used for @this() @target() @args() - represents accessing an annotated 'thing'.
 

Methods in org.aspectj.weaver.bcel that return Var
 Var AnnotationAccessVar.getAccessorForValue(ResolvedType valueType)
          Return an object that can access a particular value of this annotation.
 Var BcelShadow.getArgAnnotationVar(int i, UnresolvedType forAnnotationType)
           
 Var BcelShadow.getArgVar(int i)
           
 Var BcelShadow.getKindedAnnotationVar(UnresolvedType forAnnotationType)
           
 Var BcelShadow.getTargetAnnotationVar(UnresolvedType forAnnotationType)
           
 Var BcelShadow.getTargetVar()
           
 Var BcelShadow.getThisAnnotationVar(UnresolvedType forAnnotationType)
           
 Var BcelShadow.getThisEnclosingJoinPointStaticPartVar()
           
 Var BcelShadow.getThisJoinPointStaticPartVar()
           
 Var BcelShadow.getThisJoinPointVar()
           
 Var BcelShadow.getThisVar()
           
 Var BcelShadow.getWithinAnnotationVar(UnresolvedType forAnnotationType)
           
 Var BcelShadow.getWithinCodeAnnotationVar(UnresolvedType forAnnotationType)
           
 Var BcelWeavingSupport.makeCflowAccessVar(ResolvedType formalType, Member cflowField, int arrayIndex)
           
 

Methods in org.aspectj.weaver.bcel with parameters of type Var
 void BcelRenderer.visit(Var var)
           
 

Uses of Var in org.aspectj.weaver.patterns
 

Fields in org.aspectj.weaver.patterns declared as Var
 Var[] ExposedState.vars
           
 

Methods in org.aspectj.weaver.patterns that return Var
 Var ExposedState.get(int i)
           
 

Methods in org.aspectj.weaver.patterns with parameters of type Var
 void ExposedState.set(int i, Var var)
           
 

Uses of Var in org.aspectj.weaver.reflect
 

Subclasses of Var in org.aspectj.weaver.reflect
 class ReflectionVar
          A variable at a reflection shadow, used by the residual tests.
 

Methods in org.aspectj.weaver.reflect that return Var
 Var ReflectionShadow.getArgAnnotationVar(int i, UnresolvedType forAnnotationType)
           
 Var StandardShadow.getArgAnnotationVar(int i, UnresolvedType forAnnotationType)
           
 Var ReflectionShadow.getArgVar(int i)
           
 Var StandardShadow.getArgVar(int i)
           
 Var ReflectionShadow.getKindedAnnotationVar(UnresolvedType forAnnotationType)
           
 Var StandardShadow.getKindedAnnotationVar(UnresolvedType forAnnotationType)
           
 Var ReflectionShadow.getTargetAnnotationVar(UnresolvedType forAnnotationType)
           
 Var StandardShadow.getTargetAnnotationVar(UnresolvedType forAnnotationType)
           
 Var ReflectionShadow.getTargetVar()
           
 Var StandardShadow.getTargetVar()
           
 Var ReflectionShadow.getThisAnnotationVar(UnresolvedType forAnnotationType)
           
 Var StandardShadow.getThisAnnotationVar(UnresolvedType forAnnotationType)
           
 Var ReflectionShadow.getThisEnclosingJoinPointStaticPartVar()
           
 Var StandardShadow.getThisEnclosingJoinPointStaticPartVar()
           
 Var ReflectionShadow.getThisJoinPointStaticPartVar()
           
 Var StandardShadow.getThisJoinPointStaticPartVar()
           
 Var ReflectionShadow.getThisJoinPointVar()
           
 Var StandardShadow.getThisJoinPointVar()
           
 Var ReflectionShadow.getThisVar()
           
 Var StandardShadow.getThisVar()
           
 Var ReflectionShadow.getWithinAnnotationVar(UnresolvedType forAnnotationType)
           
 Var StandardShadow.getWithinAnnotationVar(UnresolvedType forAnnotationType)
           
 Var ReflectionShadow.getWithinCodeAnnotationVar(UnresolvedType forAnnotationType)
           
 Var StandardShadow.getWithinCodeAnnotationVar(UnresolvedType forAnnotationType)