Uses of Interface
org.apache.bcel.generic.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
Modifier and TypeFieldDescriptionstatic final InstructionComparator
InstructionComparator.DEFAULT
Modifier and TypeMethodDescriptionstatic InstructionComparator
Instruction.getComparator()
Deprecated.(6.0) use the built in comparator, or wrap this class in another object that implements these methodsModifier 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