Uses of Class
org.apache.bcel.generic.FieldGen
Packages that use FieldGen
Package
Description
Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects
and byte code instructions.
-
Uses of FieldGen in org.apache.bcel.generic
Methods in org.apache.bcel.generic that return FieldGenModifier and TypeMethodDescriptionFieldGen.copy(ConstantPoolGen cp) Creates a deep copy of this field.Methods in org.apache.bcel.generic that return types with arguments of type FieldGenModifier and TypeMethodDescriptionstatic BCELComparator<FieldGen> FieldGen.getComparator()Gets the comparison strategy object.Methods in org.apache.bcel.generic with parameters of type FieldGenModifier and TypeMethodDescriptionvoidNotifies observer of a field change.Method parameters in org.apache.bcel.generic with type arguments of type FieldGenModifier and TypeMethodDescriptionstatic voidFieldGen.setComparator(BCELComparator<FieldGen> comparator) Sets the comparison strategy object.