Uses of Class
org.aspectj.apache.bcel.generic.InstructionFactory

Packages that use InstructionFactory
org.aspectj.weaver.bcel   
 

Uses of InstructionFactory in org.aspectj.weaver.bcel
 

Methods in org.aspectj.weaver.bcel that return InstructionFactory
 InstructionFactory LazyClassGen.getFactory()
           
 InstructionFactory BcelShadow.getFactory()
           
 

Methods in org.aspectj.weaver.bcel with parameters of type InstructionFactory
static void Utility.appendConversion(InstructionList il, InstructionFactory fact, ResolvedType fromType, ResolvedType toType)
           
 void BcelCflowAccessVar.appendLoad(InstructionList il, InstructionFactory fact)
           
 void TypeAnnotationAccessVar.appendLoad(InstructionList il, InstructionFactory fact)
           
 void AnnotationAccessVar.appendLoad(InstructionList il, InstructionFactory fact)
           
 void BcelVar.appendLoad(InstructionList il, InstructionFactory fact)
           
 void BcelCflowAccessVar.appendLoadAndConvert(InstructionList il, InstructionFactory fact, ResolvedType toType)
           
 void TypeAnnotationAccessVar.appendLoadAndConvert(InstructionList il, InstructionFactory fact, ResolvedType toType)
           
 void AnnotationAccessVar.appendLoadAndConvert(InstructionList il, InstructionFactory fact, ResolvedType toType)
           
 void BcelVar.appendLoadAndConvert(InstructionList il, InstructionFactory fact, ResolvedType toType)
           
 void BcelVar.appendStore(InstructionList il, InstructionFactory fact)
           
static Instruction Utility.createConstant(InstructionFactory fact, int value)
           
static InstructionList Utility.createConversion(InstructionFactory factory, Type fromType, Type toType)
           
static InstructionList Utility.createConversion(InstructionFactory fact, Type fromType, Type toType, boolean allowAutoboxing)
           
 InstructionList BcelCflowAccessVar.createCopyFrom(InstructionFactory fact, int oldSlot)
           
 InstructionList TypeAnnotationAccessVar.createCopyFrom(InstructionFactory fact, int oldSlot)
           
 InstructionList BcelFieldRef.createCopyFrom(InstructionFactory fact, int oldSlot)
           
 InstructionList AnnotationAccessVar.createCopyFrom(InstructionFactory fact, int oldSlot)
           
 InstructionList BcelVar.createCopyFrom(InstructionFactory fact, int oldSlot)
           
static Instruction Utility.createGet(InstructionFactory fact, Member signature)
           
static Instruction Utility.createInstanceof(InstructionFactory fact, ReferenceType t)
           
static Instruction Utility.createInvoke(InstructionFactory fact, BcelWorld world, Member signature)
           
static Instruction Utility.createInvoke(InstructionFactory fact, LazyMethodGen m)
           
static Instruction Utility.createInvoke(InstructionFactory fact, short kind, Member member)
          Create an invoke instruction
 Instruction BcelCflowAccessVar.createLoad(InstructionFactory fact)
           
 Instruction TypeAnnotationAccessVar.createLoad(InstructionFactory fact)
           
 Instruction BcelFieldRef.createLoad(InstructionFactory fact)
           
 Instruction AnnotationAccessVar.createLoad(InstructionFactory fact)
           
 Instruction BcelVar.createLoad(InstructionFactory fact)
           
 InstructionList BcelCflowAccessVar.createLoadInstructions(ResolvedType toType, InstructionFactory fact)
           
 InstructionList TypeAnnotationAccessVar.createLoadInstructions(ResolvedType toType, InstructionFactory fact)
           
static Instruction Utility.createSet(InstructionFactory fact, Member signature)
           
 Instruction BcelCflowAccessVar.createStore(InstructionFactory fact)
           
 Instruction TypeAnnotationAccessVar.createStore(InstructionFactory fact)
           
 Instruction BcelFieldRef.createStore(InstructionFactory fact)
           
 Instruction AnnotationAccessVar.createStore(InstructionFactory fact)
           
 Instruction BcelVar.createStore(InstructionFactory fact)
           
static Instruction Utility.createSuperInvoke(InstructionFactory fact, BcelWorld world, Member signature)
           
 void BcelCflowAccessVar.insertLoad(InstructionList il, InstructionFactory fact)
           
 void TypeAnnotationAccessVar.insertLoad(InstructionList il, InstructionFactory fact)
           
 void AnnotationAccessVar.insertLoad(InstructionList il, InstructionFactory fact)
           
 void BcelVar.insertLoad(InstructionList il, InstructionFactory fact)
           
static BcelVar[] Utility.pushAndReturnArrayOfVars(ResolvedType[] proceedParamTypes, InstructionList il, InstructionFactory fact, LazyMethodGen enclosingMethod)
           
static InstructionList BcelRenderer.renderExpr(InstructionFactory fact, BcelWorld world, Expr e)
           
static InstructionList BcelRenderer.renderExpr(InstructionFactory fact, BcelWorld world, Expr e, Type desiredType)
           
static InstructionList BcelRenderer.renderExprs(InstructionFactory fact, BcelWorld world, Expr[] es)
           
static InstructionList BcelRenderer.renderTest(InstructionFactory fact, BcelWorld world, Test e, InstructionHandle sk, InstructionHandle fk, InstructionHandle next)