Uses of Class
org.apache.bcel.generic.ClassGen
Packages that use ClassGen
Package
Description
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 ClassGenModifier and TypeFieldDescriptionprotected ClassGenInstructionFactory.cgDeprecated.(since 6.0) will be made private; do not access directly, use getter/setterMethods in org.apache.bcel.generic that return ClassGenMethods in org.apache.bcel.generic that return types with arguments of type ClassGenModifier and TypeMethodDescriptionstatic BCELComparator<ClassGen> ClassGen.getComparator()Gets the comparison strategy object.Methods in org.apache.bcel.generic with parameters of type ClassGenModifier and TypeMethodDescriptionvoidNotifies the observer that the ClassGen object has changed.voidInstructionFactory.setClassGen(ClassGen c) Sets the class generator.Method parameters in org.apache.bcel.generic with type arguments of type ClassGenModifier and TypeMethodDescriptionstatic voidClassGen.setComparator(BCELComparator<ClassGen> comparator) Sets the comparison strategy object.Constructors in org.apache.bcel.generic with parameters of type ClassGenModifierConstructorDescriptionInitialize with ClassGen object.Constructs an InstructionFactory.