Uses of Interface
org.apache.bcel.generic.InstructionComparator
-
Packages that use InstructionComparator Package Description org.apache.bcel.generic 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 InstructionComparator Modifier and Type Field Description 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
-