Uses of Interface
org.apache.bcel.generic.InstructionComparator
Packages that use InstructionComparator
Package
Description
This package contains the "generic" part of the
Byte Code Engineering
Library, i.e., classes to dynamically modify class objects and
byte code instructions.
-
Uses of InstructionComparator in org.apache.bcel.generic
Fields in org.apache.bcel.generic declared as InstructionComparatorModifier and TypeFieldDescriptionstatic final InstructionComparatorInstructionComparator.DEFAULTMethods in org.apache.bcel.generic that return InstructionComparatorModifier and TypeMethodDescriptionstatic InstructionComparatorInstruction.getComparator()Get Comparator object used in the equals() method to determine equality of instructions.Methods in org.apache.bcel.generic with parameters of type InstructionComparatorModifier and TypeMethodDescriptionstatic voidInstruction.setComparator(InstructionComparator c) Set comparator to be used for equals().