Uses of Class
org.aspectj.apache.bcel.generic.InstructionFactory
Packages that use InstructionFactory
-
Uses of InstructionFactory in org.aspectj.weaver.bcel
Methods in org.aspectj.weaver.bcel that return InstructionFactoryMethods in org.aspectj.weaver.bcel with parameters of type InstructionFactoryModifier and TypeMethodDescriptionstatic voidUtility.appendConversion(InstructionList il, InstructionFactory fact, ResolvedType fromType, ResolvedType toType) voidAnnotationAccessVar.appendLoad(InstructionList il, InstructionFactory fact) voidAspectInstanceVar.appendLoad(InstructionList il, InstructionFactory fact) voidBcelCflowAccessVar.appendLoad(InstructionList il, InstructionFactory fact) voidBcelVar.appendLoad(InstructionList il, InstructionFactory fact) voidTypeAnnotationAccessVar.appendLoad(InstructionList il, InstructionFactory fact) voidAnnotationAccessVar.appendLoadAndConvert(InstructionList il, InstructionFactory fact, ResolvedType toType) voidAspectInstanceVar.appendLoadAndConvert(InstructionList il, InstructionFactory fact, ResolvedType toType) voidBcelCflowAccessVar.appendLoadAndConvert(InstructionList il, InstructionFactory fact, ResolvedType toType) voidBcelVar.appendLoadAndConvert(InstructionList il, InstructionFactory fact, ResolvedType toType) voidTypeAnnotationAccessVar.appendLoadAndConvert(InstructionList il, InstructionFactory fact, ResolvedType toType) voidAspectInstanceVar.appendStore(InstructionList il, InstructionFactory fact) voidBcelVar.appendStore(InstructionList il, InstructionFactory fact) static InstructionUtility.createConstant(InstructionFactory fact, int value) static InstructionListUtility.createConversion(InstructionFactory factory, Type fromType, Type toType) static InstructionListUtility.createConversion(InstructionFactory fact, Type fromType, Type toType, boolean allowAutoboxing) AnnotationAccessVar.createCopyFrom(InstructionFactory fact, int oldSlot) AspectInstanceVar.createCopyFrom(InstructionFactory fact, int oldSlot) BcelCflowAccessVar.createCopyFrom(InstructionFactory fact, int oldSlot) BcelFieldRef.createCopyFrom(InstructionFactory fact, int oldSlot) BcelVar.createCopyFrom(InstructionFactory fact, int oldSlot) TypeAnnotationAccessVar.createCopyFrom(InstructionFactory fact, int oldSlot) static InstructionUtility.createGet(InstructionFactory fact, Member signature) static InstructionUtility.createInstanceof(InstructionFactory fact, ReferenceType t) static InstructionUtility.createInvoke(InstructionFactory fact, short kind, Member member) Create an invoke instructionstatic InstructionUtility.createInvoke(InstructionFactory fact, BcelWorld world, Member signature) static InstructionUtility.createInvoke(InstructionFactory fact, LazyMethodGen m) AnnotationAccessVar.createLoad(InstructionFactory fact) AspectInstanceVar.createLoad(InstructionFactory fact) BcelCflowAccessVar.createLoad(InstructionFactory fact) BcelFieldRef.createLoad(InstructionFactory fact) BcelVar.createLoad(InstructionFactory fact) TypeAnnotationAccessVar.createLoad(InstructionFactory fact) BcelCflowAccessVar.createLoadInstructions(ResolvedType toType, InstructionFactory fact) TypeAnnotationAccessVar.createLoadInstructions(ResolvedType toType, InstructionFactory fact) static InstructionUtility.createSet(InstructionFactory fact, Member signature) AnnotationAccessVar.createStore(InstructionFactory fact) AspectInstanceVar.createStore(InstructionFactory fact) BcelCflowAccessVar.createStore(InstructionFactory fact) BcelFieldRef.createStore(InstructionFactory fact) BcelVar.createStore(InstructionFactory fact) TypeAnnotationAccessVar.createStore(InstructionFactory fact) static InstructionUtility.createSuperInvoke(InstructionFactory fact, BcelWorld world, Member signature) voidAnnotationAccessVar.insertLoad(InstructionList il, InstructionFactory fact) voidAspectInstanceVar.insertLoad(InstructionList il, InstructionFactory fact) voidBcelCflowAccessVar.insertLoad(InstructionList il, InstructionFactory fact) voidBcelVar.insertLoad(InstructionList il, InstructionFactory fact) voidTypeAnnotationAccessVar.insertLoad(InstructionList il, InstructionFactory fact) static BcelVar[]Utility.pushAndReturnArrayOfVars(ResolvedType[] proceedParamTypes, InstructionList il, InstructionFactory fact, LazyMethodGen enclosingMethod) 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)