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

Packages that use ClassGen
org.aspectj.apache.bcel.generic   
 

Uses of ClassGen in org.aspectj.apache.bcel.generic
 

Methods in org.aspectj.apache.bcel.generic that return ClassGen
 ClassGen InstructionFactory.getClassGen()
           
 

Methods in org.aspectj.apache.bcel.generic with parameters of type ClassGen
 void InstructionFactory.setClassGen(ClassGen c)
           
 

Constructors in org.aspectj.apache.bcel.generic with parameters of type ClassGen
InstructionFactory(ClassGen cg)
           
InstructionFactory(ClassGen cg, ConstantPool cp)