Uses of Interface
org.apache.bcel.util.BCELComparator
-
Packages that use BCELComparator Package Description org.apache.bcel.classfile Classes that describe the structure of a Java class file and a class file parser.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 BCELComparator in org.apache.bcel.classfile
Fields in org.apache.bcel.classfile declared as BCELComparator Modifier and Type Field Description private static BCELComparator<Constant>Constant. bcelComparatorprivate static BCELComparator<Field>Field. bcelComparatorprivate static BCELComparator<JavaClass>JavaClass. bcelComparatorprivate static BCELComparator<Method>Method. bcelComparatorMethods in org.apache.bcel.classfile that return BCELComparator Modifier and Type Method Description static BCELComparator<Constant>Constant. getComparator()Gets the comparison strategy object.static BCELComparator<Field>Field. getComparator()Gets the comparison strategy object.static BCELComparator<JavaClass>JavaClass. getComparator()Gets the comparison strategy object.static BCELComparator<Method>Method. getComparator()Gets the comparison strategy object.Methods in org.apache.bcel.classfile with parameters of type BCELComparator Modifier and Type Method Description static voidConstant. setComparator(BCELComparator<Constant> comparator)Sets the comparison strategy object.static voidField. setComparator(BCELComparator<Field> comparator)Sets the comparison strategy object.static voidJavaClass. setComparator(BCELComparator<JavaClass> comparator)Sets the comparison strategy object.static voidMethod. setComparator(BCELComparator<Method> comparator)Sets the comparison strategy object. -
Uses of BCELComparator in org.apache.bcel.generic
Fields in org.apache.bcel.generic declared as BCELComparator Modifier and Type Field Description private static BCELComparator<ClassGen>ClassGen. bcelComparatorprivate static BCELComparator<FieldGen>FieldGen. bcelComparatorprivate static BCELComparator<FieldGenOrMethodGen>MethodGen. bcelComparatorMethods in org.apache.bcel.generic that return BCELComparator Modifier and Type Method Description static BCELComparator<ClassGen>ClassGen. getComparator()Gets the comparison strategy object.static BCELComparator<FieldGen>FieldGen. getComparator()Gets the comparison strategy object.static BCELComparator<FieldGenOrMethodGen>MethodGen. getComparator()Gets the comparison strategy object.Methods in org.apache.bcel.generic with parameters of type BCELComparator Modifier and Type Method Description static voidClassGen. setComparator(BCELComparator<ClassGen> comparator)Sets the comparison strategy object.static voidFieldGen. setComparator(BCELComparator<FieldGen> comparator)Sets the comparison strategy object.static voidMethodGen. setComparator(BCELComparator<FieldGenOrMethodGen> comparator)Sets the comparison strategy object.
-