Uses of Interface
org.apache.bcel.generic.InstructionComparator
-
Packages that use InstructionComparator Package Description 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 InstructionComparator in org.apache.bcel.generic
Fields in org.apache.bcel.generic declared as InstructionComparator Modifier and Type Field Description private static InstructionComparator
Instruction. cmp
static InstructionComparator
InstructionComparator. DEFAULT
Methods in org.apache.bcel.generic that return InstructionComparator Modifier and Type Method Description static 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 InstructionComparator Modifier and Type Method Description static void
Instruction. setComparator(InstructionComparator c)
Deprecated.(6.0) use the built in comparator, or wrap this class in another object that implements these methods
-