Uses of Class
org.aspectj.weaver.bcel.BcelShadow
-
Packages that use BcelShadow Package Description org.aspectj.weaver.bcel -
-
Uses of BcelShadow in org.aspectj.weaver.bcel
Methods in org.aspectj.weaver.bcel that return BcelShadow Modifier and Type Method Description BcelShadowBcelShadow. 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)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)static 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)static BcelShadowBcelShadow. makeUnfinishedPreinitialization(BcelWorld world, LazyMethodGen constructor)Methods in org.aspectj.weaver.bcel with parameters of type BcelShadow Modifier and Type Method Description BcelShadowBcelShadow. copyInto(LazyMethodGen recipient, BcelShadow enclosing)FieldLazyClassGen. getAnnotationCachingField(BcelShadow shadow, ResolvedType toType, boolean isWithin)StringLazyClassGen. getFactoryMethod(Field field, BcelShadow shadow)FieldLazyClassGen. 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)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 BcelShadow Constructor Description AnnotationAccessVar(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)
-