Uses of Class
org.apache.bcel.generic.ClassGen
-
Packages that use ClassGen Package Description org.apache.bcel.generic Generic part of the Apache Byte Code Engineering Library (BCEL), 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 that return types with arguments of type ClassGen Modifier and Type Method Description static BCELComparator<ClassGen>ClassGen. getComparator()Methods in org.apache.bcel.generic with parameters of type ClassGen Modifier and Type Method Description voidClassObserver. notify(ClassGen clazz)voidInstructionFactory. setClassGen(ClassGen c)Method parameters in org.apache.bcel.generic with type arguments of type ClassGen Modifier and Type Method Description static voidClassGen. setComparator(BCELComparator<ClassGen> comparator)Constructors in org.apache.bcel.generic with parameters of type ClassGen Constructor Description InstructionFactory(ClassGen cg)Initialize with ClassGen objectInstructionFactory(ClassGen cg, ConstantPoolGen cp)
-