Uses of Class
org.apache.bcel.generic.ClassGen
-
Packages that use ClassGen Package Description 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 Modifier and Type Field Description protected ClassGen
InstructionFactory. cg
Deprecated.(since 6.0) will be made private; do not access directly, use getter/setterMethods in org.apache.bcel.generic that return ClassGen Modifier and Type Method Description ClassGen
InstructionFactory. getClassGen()
Methods in org.apache.bcel.generic with parameters of type ClassGen Modifier and Type Method Description void
ClassObserver. notify(ClassGen clazz)
void
InstructionFactory. setClassGen(ClassGen c)
Constructors in org.apache.bcel.generic with parameters of type ClassGen Constructor Description InstructionFactory(ClassGen cg)
Initialize with ClassGen objectInstructionFactory(ClassGen cg, ConstantPoolGen cp)
-