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()Deprecated.(6.0) use the built in comparator, or wrap this class in another object that implements these methodsMethods in org.apache.bcel.generic with parameters of type InstructionComparatorModifier and TypeMethodDescriptionstatic voidInstruction.setComparator(InstructionComparator c) Deprecated.(6.0) use the built in comparator, or wrap this class in another object that implements these methods