| 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ClassGen | |
| org.apache.bcel.generic | This package contains the "generic" part of the Byte Code Engineering Library, i.e., classes to dynamically modify class objects and byte code instructions. | 
| Uses of ClassGen in org.apache.bcel.generic | 
| Fields in org.apache.bcel.generic declared as ClassGen | |
protected  ClassGen | 
InstructionFactory.cg
 | 
| Methods in org.apache.bcel.generic that return ClassGen | |
 ClassGen | 
InstructionFactory.getClassGen()
 | 
| Methods in org.apache.bcel.generic with parameters of type ClassGen | |
 void | 
InstructionFactory.setClassGen(ClassGen c)
 | 
 void | 
ClassObserver.notify(ClassGen clazz)
 | 
| Constructors in org.apache.bcel.generic with parameters of type ClassGen | |
InstructionFactory(ClassGen cg,
                   ConstantPoolGen cp)
 | 
|
InstructionFactory(ClassGen cg)
Initialize with ClassGen object  | 
|
  | 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||