Uses of Class
org.apache.bcel.generic.FieldGen
-
Packages that use FieldGen 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 FieldGen in org.apache.bcel.generic
Fields in org.apache.bcel.generic with type parameters of type FieldGen Modifier and Type Field Description private static BCELComparator<FieldGen>FieldGen. bcelComparatorMethods in org.apache.bcel.generic that return FieldGen Modifier and Type Method Description FieldGenFieldGen. copy(ConstantPoolGen cp)Creates a deep copy of this field.Methods in org.apache.bcel.generic that return types with arguments of type FieldGen Modifier and Type Method Description static BCELComparator<FieldGen>FieldGen. getComparator()Gets the comparison strategy object.Methods in org.apache.bcel.generic with parameters of type FieldGen Modifier and Type Method Description voidFieldObserver. notify(FieldGen field)Notifies observer of a field change.Method parameters in org.apache.bcel.generic with type arguments of type FieldGen Modifier and Type Method Description static voidFieldGen. setComparator(BCELComparator<FieldGen> comparator)Sets the comparison strategy object.
-