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 ClassGenInstructionFactory. cgDeprecated.(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 ClassGenInstructionFactory. getClassGen()Methods in org.apache.bcel.generic with parameters of type ClassGen Modifier and Type Method Description voidClassObserver. notify(ClassGen clazz)voidInstructionFactory. 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)
-