Uses of Class
org.aspectj.weaver.bcel.BcelWorld
Packages that use BcelWorld
-
Uses of BcelWorld in org.aspectj.weaver.bcel
Methods in org.aspectj.weaver.bcel that return BcelWorldMethods in org.aspectj.weaver.bcel with parameters of type BcelWorldModifier and TypeMethodDescriptionstatic InstructionUtility.createInvoke(InstructionFactory fact, BcelWorld world, Member signature)static InstructionUtility.createSuperInvoke(InstructionFactory fact, BcelWorld world, Member signature)LazyClassGen.getChildClasses(BcelWorld world)LazyClassGen.getJavaClass(BcelWorld world)byte[]LazyClassGen.getJavaClassBytesIncludingReweavable(BcelWorld world)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)static InstructionListBcelRenderer.renderExpr(InstructionFactory fact, BcelWorld world, Expr e)static InstructionListBcelRenderer.renderExpr(InstructionFactory fact, BcelWorld world, Expr e, Type desiredType)static InstructionListBcelRenderer.renderExprs(InstructionFactory fact, BcelWorld world, Expr[] es)static InstructionListBcelRenderer.renderTest(InstructionFactory fact, BcelWorld world, Test e, InstructionHandle sk, InstructionHandle fk, InstructionHandle next)Constructors in org.aspectj.weaver.bcel with parameters of type BcelWorldModifierConstructorDescriptionBcelShadow(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.BcelWeaver(BcelWorld world) -
Uses of BcelWorld in org.aspectj.weaver.ltw
Subclasses of BcelWorld in org.aspectj.weaver.ltw -
Uses of BcelWorld in org.aspectj.weaver.tools
Fields in org.aspectj.weaver.tools declared as BcelWorld