Uses of Class
org.aspectj.weaver.bcel.BcelShadow
Packages that use BcelShadow
-
Uses of BcelShadow in org.aspectj.weaver.bcel
Methods in org.aspectj.weaver.bcel that return BcelShadowModifier and TypeMethodDescriptionBcelShadow.copyInto(LazyMethodGen recipient, BcelShadow enclosing)static BcelShadowBcelShadow.makeAdviceExecution(BcelWorld world, LazyMethodGen enclosingMethod)static BcelShadowBcelShadow.makeArrayConstructorCall(BcelWorld world, LazyMethodGen enclosingMethod, InstructionHandle arrayInstruction, BcelShadow enclosingShadow)static BcelShadowBcelShadow.makeConstructorCall(BcelWorld world, LazyMethodGen enclosingMethod, InstructionHandle callHandle, BcelShadow enclosingShadow)static BcelShadowBcelShadow.makeConstructorExecution(BcelWorld world, LazyMethodGen enclosingMethod, InstructionHandle justBeforeStart)static BcelShadowBcelShadow.makeExceptionHandler(BcelWorld world, ExceptionRange exceptionRange, LazyMethodGen enclosingMethod, InstructionHandle startOfHandler, BcelShadow enclosingShadow)Make the shadow for an exception handler.static BcelShadowBcelShadow.makeFieldGet(BcelWorld world, ResolvedMember field, LazyMethodGen enclosingMethod, InstructionHandle getHandle, BcelShadow enclosingShadow)static BcelShadowBcelShadow.makeFieldSet(BcelWorld world, ResolvedMember field, LazyMethodGen enclosingMethod, InstructionHandle setHandle, BcelShadow enclosingShadow)static BcelShadowBcelShadow.makeIfaceInitialization(BcelWorld world, LazyMethodGen constructor, Member interfaceConstructorSignature)create an init join point associated w/ an interface in the body of a constructorstatic BcelShadowBcelShadow.makeMethodCall(BcelWorld world, LazyMethodGen enclosingMethod, InstructionHandle callHandle, BcelShadow enclosingShadow)static BcelShadowBcelShadow.makeMethodExecution(BcelWorld world, LazyMethodGen enclosingMethod)static BcelShadowBcelShadow.makeMethodExecution(BcelWorld world, LazyMethodGen enclosingMethod, boolean lazyInit)static BcelShadowBcelShadow.makeMonitorEnter(BcelWorld world, LazyMethodGen enclosingMethod, InstructionHandle monitorInstruction, BcelShadow enclosingShadow)static BcelShadowBcelShadow.makeMonitorExit(BcelWorld world, LazyMethodGen enclosingMethod, InstructionHandle monitorInstruction, BcelShadow enclosingShadow)static BcelShadowBcelShadow.makeShadowForMethod(BcelWorld world, LazyMethodGen enclosingMethod, Shadow.Kind kind, Member sig)static BcelShadowBcelShadow.makeShadowForMethodCall(BcelWorld world, LazyMethodGen enclosingMethod, InstructionHandle callHandle, BcelShadow enclosingShadow, Shadow.Kind kind, ResolvedMember sig)static BcelShadowBcelShadow.makeStaticInitialization(BcelWorld world, LazyMethodGen enclosingMethod)static BcelShadowBcelShadow.makeUnfinishedInitialization(BcelWorld world, LazyMethodGen constructor)Create an initialization join point associated with a constructor, but not with any body of code yet.static BcelShadowBcelShadow.makeUnfinishedPreinitialization(BcelWorld world, LazyMethodGen constructor)Methods in org.aspectj.weaver.bcel with parameters of type BcelShadowModifier and TypeMethodDescriptionBcelShadow.copyInto(LazyMethodGen recipient, BcelShadow enclosing)LazyClassGen.getAnnotationCachingField(BcelShadow shadow, ResolvedType toType, boolean isWithin)Create a field in the type containing the shadow where the annotation retrieved during binding can be stored - for later fast access.LazyClassGen.getFactoryMethod(Field field, BcelShadow shadow)LazyClassGen.getTjpField(BcelShadow shadow, boolean isEnclosingJp)static BcelShadowBcelShadow.makeArrayConstructorCall(BcelWorld world, LazyMethodGen enclosingMethod, InstructionHandle arrayInstruction, BcelShadow enclosingShadow)static BcelShadowBcelShadow.makeConstructorCall(BcelWorld world, LazyMethodGen enclosingMethod, InstructionHandle callHandle, BcelShadow enclosingShadow)static BcelShadowBcelShadow.makeExceptionHandler(BcelWorld world, ExceptionRange exceptionRange, LazyMethodGen enclosingMethod, InstructionHandle startOfHandler, BcelShadow enclosingShadow)Make the shadow for an exception handler.static BcelShadowBcelShadow.makeFieldGet(BcelWorld world, ResolvedMember field, LazyMethodGen enclosingMethod, InstructionHandle getHandle, BcelShadow enclosingShadow)static BcelShadowBcelShadow.makeFieldSet(BcelWorld world, ResolvedMember field, LazyMethodGen enclosingMethod, InstructionHandle setHandle, BcelShadow enclosingShadow)static BcelShadowBcelShadow.makeMethodCall(BcelWorld world, LazyMethodGen enclosingMethod, InstructionHandle callHandle, BcelShadow enclosingShadow)static BcelShadowBcelShadow.makeMonitorEnter(BcelWorld world, LazyMethodGen enclosingMethod, InstructionHandle monitorInstruction, BcelShadow enclosingShadow)static BcelShadowBcelShadow.makeMonitorExit(BcelWorld world, LazyMethodGen enclosingMethod, InstructionHandle monitorInstruction, BcelShadow enclosingShadow)static BcelShadowBcelShadow.makeShadowForMethodCall(BcelWorld world, LazyMethodGen enclosingMethod, InstructionHandle callHandle, BcelShadow enclosingShadow, Shadow.Kind kind, ResolvedMember sig)Constructors in org.aspectj.weaver.bcel with parameters of type BcelShadowModifierConstructorDescriptionAnnotationAccessVar(BcelShadow shadow, Shadow.Kind kind, ResolvedType annotationType, UnresolvedType theTargetIsStoredHere, Member sig, boolean isWithin)BcelShadow(BcelWorld world, Shadow.Kind kind, Member signature, LazyMethodGen enclosingMethod, BcelShadow enclosingShadow)This generates an unassociated shadow, rooted in a particular method but not rooted to any particular point in the code.