Uses of Class
org.aspectj.weaver.ast.Var
Packages that use Var
Package
Description
-
Uses of Var in org.aspectj.weaver
Methods in org.aspectj.weaver that return VarModifier and TypeMethodDescriptionabstract VarShadow.getArgAnnotationVar(int i, UnresolvedType forAnnotationType) abstract VarShadow.getArgVar(int i) abstract VarShadow.getKindedAnnotationVar(UnresolvedType forAnnotationType) abstract VarShadow.getTargetAnnotationVar(UnresolvedType forAnnotationType) abstract VarShadow.getTargetVar()a var referencing the targetabstract VarShadow.getThisAnnotationVar(UnresolvedType forAnnotationType) abstract VarShadow.getThisAspectInstanceVar(ResolvedType aspectType) abstract Varabstract VarShadow.getThisJoinPointStaticPartVar()abstract VarShadow.getThisJoinPointVar()abstract VarShadow.getThisVar()a var referencing thisabstract VarShadow.getWithinAnnotationVar(UnresolvedType forAnnotationType) abstract VarShadow.getWithinCodeAnnotationVar(UnresolvedType forAnnotationType) IWeavingSupport.makeCflowAccessVar(ResolvedType formalType, Member cflowField, int arrayIndex) -
Uses of Var in org.aspectj.weaver.ast
Fields in org.aspectj.weaver.ast declared as VarMethods in org.aspectj.weaver.ast that return VarModifier and TypeMethodDescriptionVar.getAccessorForValue(ResolvedType formalType, String formalName) 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?HasAnnotation.getVar()Instanceof.getVar()Methods in org.aspectj.weaver.ast with parameters of type VarModifier and TypeMethodDescriptionstatic TestTest.makeHasAnnotation(Var v, ResolvedType annTy) static TestTest.makeInstanceof(Var v, ResolvedType ty) voidConstructors in org.aspectj.weaver.ast with parameters of type VarModifierConstructorDescriptionHasAnnotation(Var v, ResolvedType annType) Instanceof(Var left, UnresolvedType right) -
Uses of Var in org.aspectj.weaver.bcel
Subclasses of Var in org.aspectj.weaver.bcelModifier and TypeClassDescriptionclassRepresents access to an annotation on an element, relating to some kinded pointcut.classUsed to represent a variable reference to an aspect instance.classXXX Erik and I need to discuss this hierarchy.classXXX Erik and I need to discuss this hierarchy.classclassUsed for @this() @target() @args() - represents accessing an annotated 'thing'.Methods in org.aspectj.weaver.bcel that return VarModifier and TypeMethodDescriptionAnnotationAccessVar.getAccessorForValue(ResolvedType valueType, String formalName) Return an object that can access a particular value of this annotation.BcelShadow.getArgAnnotationVar(int i, UnresolvedType forAnnotationType) BcelShadow.getArgVar(int i) BcelShadow.getKindedAnnotationVar(UnresolvedType forAnnotationType) BcelShadow.getTargetAnnotationVar(UnresolvedType forAnnotationType) BcelShadow.getTargetVar()BcelShadow.getThisAnnotationVar(UnresolvedType forAnnotationType) final VarBcelShadow.getThisEnclosingJoinPointStaticPartVar()final VarBcelShadow.getThisJoinPointStaticPartVar()BcelShadow.getThisJoinPointVar()BcelShadow.getThisVar()BcelShadow.getWithinAnnotationVar(UnresolvedType forAnnotationType) BcelShadow.getWithinCodeAnnotationVar(UnresolvedType forAnnotationType) BcelWeavingSupport.makeCflowAccessVar(ResolvedType formalType, Member cflowField, int arrayIndex) Methods in org.aspectj.weaver.bcel with parameters of type Var -
Uses of Var in org.aspectj.weaver.patterns
Fields in org.aspectj.weaver.patterns declared as VarMethods in org.aspectj.weaver.patterns that return VarMethods in org.aspectj.weaver.patterns with parameters of type VarModifier and TypeMethodDescriptionprotected TestNameBindingPointcut.exposeStateForVar(Var var, TypePattern type, ExposedState state, World world) void -
Uses of Var in org.aspectj.weaver.reflect
Subclasses of Var in org.aspectj.weaver.reflectModifier and TypeClassDescriptionfinal classA variable at a reflection shadow, used by the residual tests.Methods in org.aspectj.weaver.reflect that return VarModifier and TypeMethodDescriptionReflectionShadow.getArgAnnotationVar(int i, UnresolvedType forAnnotationType) StandardShadow.getArgAnnotationVar(int i, UnresolvedType forAnnotationType) ReflectionShadow.getArgVar(int i) StandardShadow.getArgVar(int i) ReflectionShadow.getKindedAnnotationVar(UnresolvedType forAnnotationType) StandardShadow.getKindedAnnotationVar(UnresolvedType forAnnotationType) ReflectionShadow.getTargetAnnotationVar(UnresolvedType forAnnotationType) StandardShadow.getTargetAnnotationVar(UnresolvedType forAnnotationType) ReflectionShadow.getTargetVar()StandardShadow.getTargetVar()ReflectionShadow.getThisAnnotationVar(UnresolvedType forAnnotationType) StandardShadow.getThisAnnotationVar(UnresolvedType forAnnotationType) ReflectionShadow.getThisAspectInstanceVar(ResolvedType aspectType) StandardShadow.getThisAspectInstanceVar(ResolvedType aspectType) ReflectionShadow.getThisEnclosingJoinPointStaticPartVar()StandardShadow.getThisEnclosingJoinPointStaticPartVar()ReflectionShadow.getThisJoinPointStaticPartVar()StandardShadow.getThisJoinPointStaticPartVar()ReflectionShadow.getThisJoinPointVar()StandardShadow.getThisJoinPointVar()ReflectionShadow.getThisVar()StandardShadow.getThisVar()ReflectionShadow.getWithinAnnotationVar(UnresolvedType forAnnotationType) StandardShadow.getWithinAnnotationVar(UnresolvedType forAnnotationType) ReflectionShadow.getWithinCodeAnnotationVar(UnresolvedType forAnnotationType) StandardShadow.getWithinCodeAnnotationVar(UnresolvedType forAnnotationType)