Uses of Interface
org.apache.bcel.generic.InstructionComparator
Packages that use InstructionComparator
Package
Description
Generic part of the Apache Byte Code Engineering Library (BCEL), 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 InstructionComparator
InstructionComparator.DEFAULT
Methods in org.apache.bcel.generic that return InstructionComparatorModifier and TypeMethodDescriptionstatic InstructionComparator
Instruction.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 void
Instruction.setComparator
(InstructionComparator c) Deprecated.(6.0) use the built in comparator, or wrap this class in another object that implements these methods