|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InstructionComparator | |
---|---|
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 | |
---|---|
static InstructionComparator |
InstructionComparator.DEFAULT
|
Methods in org.apache.bcel.generic that return InstructionComparator | |
---|---|
static InstructionComparator |
Instruction.getComparator()
Get Comparator object used in the equals() method to determine equality of instructions. |
Methods in org.apache.bcel.generic with parameters of type InstructionComparator | |
---|---|
static void |
Instruction.setComparator(InstructionComparator c)
Set comparator to be used for equals(). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |