Uses of Class
org.aspectj.weaver.bcel.BcelVar
Packages that use BcelVar
-
Uses of BcelVar in org.aspectj.weaver.bcel
Subclasses of BcelVar 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.classUsed for @this() @target() @args() - represents accessing an annotated 'thing'.Fields in org.aspectj.weaver.bcel declared as BcelVarMethods in org.aspectj.weaver.bcel that return BcelVarModifier and TypeMethodDescriptionBcelShadow.genTempVar(UnresolvedType utype) BcelShadow.genTempVar(UnresolvedType typeX, String localName) BcelShadow.getThisAspectInstanceVar(ResolvedType aspectType) BcelShadow.getThisEnclosingJoinPointStaticPartBcelVar()Get the Var for the enclosingJpStaticPartBcelShadow.getThisJoinPointStaticPartBcelVar()BcelShadow.getThisJoinPointStaticPartBcelVar(boolean isEnclosingJp) Get the Var for the xxxxJpStaticPart, xxx = this or enclosingstatic BcelVar[]Utility.pushAndReturnArrayOfVars(ResolvedType[] proceedParamTypes, InstructionList il, InstructionFactory fact, LazyMethodGen enclosingMethod) Methods in org.aspectj.weaver.bcel with parameters of type BcelVarModifier and TypeMethodDescriptionvoidBcelShadow.weavePerObjectEntry(org.aspectj.weaver.bcel.BcelAdvice munger, BcelVar onVar) Constructors in org.aspectj.weaver.bcel with parameters of type BcelVarModifierConstructorDescriptionTypeAnnotationAccessVar(ResolvedType type, BcelVar theAnnotatedTargetIsStoredHere)