Uses of Class
org.aspectj.weaver.bcel.BcelVar

Packages that use BcelVar
org.aspectj.weaver.bcel   
 

Uses of BcelVar in org.aspectj.weaver.bcel
 

Subclasses of BcelVar 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 TypeAnnotationAccessVar
          Used for @this() @target() @args() - represents accessing an annotated 'thing'.
 

Fields in org.aspectj.weaver.bcel declared as BcelVar
static BcelVar[] BcelVar.NONE
           
 

Methods in org.aspectj.weaver.bcel that return BcelVar
 BcelVar BcelShadow.genTempVar(UnresolvedType typeX)
           
 BcelVar BcelShadow.genTempVar(UnresolvedType typeX, java.lang.String localName)
           
 BcelVar BcelShadow.getThisEnclosingJoinPointStaticPartBcelVar()
          Get the Var for the enclosingJpStaticPart
 BcelVar BcelShadow.getThisJoinPointStaticPartBcelVar()
          Get the Var for the jpStaticPart
 BcelVar BcelShadow.getThisJoinPointStaticPartBcelVar(boolean isEnclosingJp)
          Get the Var for the xxxxJpStaticPart, xxx = this or enclosing
static BcelVar[] Utility.pushAndReturnArrayOfVars(ResolvedType[] proceedParamTypes, InstructionList il, InstructionFactory fact, LazyMethodGen enclosingMethod)
           
 

Methods in org.aspectj.weaver.bcel with parameters of type BcelVar
 void BcelShadow.weavePerObjectEntry(org.aspectj.weaver.bcel.BcelAdvice munger, BcelVar onVar)
           
 

Constructors in org.aspectj.weaver.bcel with parameters of type BcelVar
TypeAnnotationAccessVar(ResolvedType type, BcelVar theAnnotatedTargetIsStoredHere)