Uses of Class
org.aspectj.weaver.ast.Var
-
Packages that use Var Package Description 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 Modifier and Type Method Description abstract VarShadow. getArgAnnotationVar(int i, UnresolvedType forAnnotationType)abstract VarShadow. getArgVar(int i)abstract VarShadow. getKindedAnnotationVar(UnresolvedType forAnnotationType)abstract VarShadow. getTargetAnnotationVar(UnresolvedType forAnnotationType)abstract VarShadow. getTargetVar()abstract VarShadow. getThisAnnotationVar(UnresolvedType forAnnotationType)abstract VarShadow. getThisAspectInstanceVar(ResolvedType aspectType)abstract VarShadow. getThisEnclosingJoinPointStaticPartVar()abstract VarShadow. getThisJoinPointStaticPartVar()abstract VarShadow. getThisJoinPointVar()abstract VarShadow. getThisVar()abstract VarShadow. getWithinAnnotationVar(UnresolvedType forAnnotationType)abstract VarShadow. getWithinCodeAnnotationVar(UnresolvedType forAnnotationType)VarIWeavingSupport. makeCflowAccessVar(ResolvedType formalType, Member cflowField, int arrayIndex) -
Uses of Var in org.aspectj.weaver.ast
Fields in org.aspectj.weaver.ast declared as Var Modifier and Type Field Description static Var[]Var. NONEMethods in org.aspectj.weaver.ast that return Var Modifier and Type Method Description VarVar. getAccessorForValue(ResolvedType formalType, String formalName)VarHasAnnotation. getVar()VarInstanceof. getVar()Methods in org.aspectj.weaver.ast with parameters of type Var Modifier and Type Method Description static TestTest. makeHasAnnotation(Var v, ResolvedType annTy)static TestTest. makeInstanceof(Var v, ResolvedType ty)voidIExprVisitor. visit(Var i)Constructors in org.aspectj.weaver.ast with parameters of type Var Constructor Description 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 Modifier and Type Class Description classAnnotationAccessVarclassAspectInstanceVarclassBcelCflowAccessVarclassBcelFieldRefclassBcelVarclassTypeAnnotationAccessVarMethods in org.aspectj.weaver.bcel that return Var Modifier and Type Method Description VarAnnotationAccessVar. getAccessorForValue(ResolvedType valueType, String formalName)VarBcelShadow. getArgAnnotationVar(int i, UnresolvedType forAnnotationType)VarBcelShadow. getArgVar(int i)VarBcelShadow. getKindedAnnotationVar(UnresolvedType forAnnotationType)VarBcelShadow. getTargetAnnotationVar(UnresolvedType forAnnotationType)VarBcelShadow. getTargetVar()VarBcelShadow. getThisAnnotationVar(UnresolvedType forAnnotationType)VarBcelShadow. getThisEnclosingJoinPointStaticPartVar()VarBcelShadow. getThisJoinPointStaticPartVar()VarBcelShadow. getThisJoinPointVar()VarBcelShadow. getThisVar()VarBcelShadow. getWithinAnnotationVar(UnresolvedType forAnnotationType)VarBcelShadow. getWithinCodeAnnotationVar(UnresolvedType forAnnotationType)VarBcelWeavingSupport. makeCflowAccessVar(ResolvedType formalType, Member cflowField, int arrayIndex)Methods in org.aspectj.weaver.bcel with parameters of type Var Modifier and Type Method Description voidBcelRenderer. visit(Var var) -
Uses of Var in org.aspectj.weaver.patterns
Fields in org.aspectj.weaver.patterns declared as Var Modifier and Type Field Description Var[]ExposedState. varsMethods in org.aspectj.weaver.patterns that return Var Modifier and Type Method Description VarExposedState. get(int i)Methods in org.aspectj.weaver.patterns with parameters of type Var Modifier and Type Method Description protected TestNameBindingPointcut. exposeStateForVar(Var var, TypePattern type, ExposedState state, World world)voidExposedState. set(int i, Var var) -
Uses of Var in org.aspectj.weaver.reflect
Subclasses of Var in org.aspectj.weaver.reflect Modifier and Type Class Description classReflectionVarMethods in org.aspectj.weaver.reflect that return Var Modifier and Type Method Description VarReflectionShadow. getArgAnnotationVar(int i, UnresolvedType forAnnotationType)VarStandardShadow. getArgAnnotationVar(int i, UnresolvedType forAnnotationType)VarReflectionShadow. getArgVar(int i)VarStandardShadow. getArgVar(int i)VarReflectionShadow. getKindedAnnotationVar(UnresolvedType forAnnotationType)VarStandardShadow. getKindedAnnotationVar(UnresolvedType forAnnotationType)VarReflectionShadow. getTargetAnnotationVar(UnresolvedType forAnnotationType)VarStandardShadow. getTargetAnnotationVar(UnresolvedType forAnnotationType)VarReflectionShadow. getTargetVar()VarStandardShadow. getTargetVar()VarReflectionShadow. getThisAnnotationVar(UnresolvedType forAnnotationType)VarStandardShadow. getThisAnnotationVar(UnresolvedType forAnnotationType)VarReflectionShadow. getThisAspectInstanceVar(ResolvedType aspectType)VarStandardShadow. getThisAspectInstanceVar(ResolvedType aspectType)VarReflectionShadow. getThisEnclosingJoinPointStaticPartVar()VarStandardShadow. getThisEnclosingJoinPointStaticPartVar()VarReflectionShadow. getThisJoinPointStaticPartVar()VarStandardShadow. getThisJoinPointStaticPartVar()VarReflectionShadow. getThisJoinPointVar()VarStandardShadow. getThisJoinPointVar()VarReflectionShadow. getThisVar()VarStandardShadow. getThisVar()VarReflectionShadow. getWithinAnnotationVar(UnresolvedType forAnnotationType)VarStandardShadow. getWithinAnnotationVar(UnresolvedType forAnnotationType)VarReflectionShadow. getWithinCodeAnnotationVar(UnresolvedType forAnnotationType)VarStandardShadow. getWithinCodeAnnotationVar(UnresolvedType forAnnotationType)
-