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

Packages that use MethodGen
org.aspectj.weaver.bcel   
 

Uses of MethodGen in org.aspectj.weaver.bcel
 

Methods in org.aspectj.weaver.bcel that return MethodGen
 MethodGen LazyMethodGen.pack()
           
 

Methods in org.aspectj.weaver.bcel with parameters of type MethodGen
 void LazyMethodGen.optimizedPackBody(MethodGen gen)
           
 void LazyMethodGen.packBody(MethodGen gen)
          fill the newly created method gen with our body, inspired by InstructionList.copy()