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.
|
Modifier and Type | Field and Description |
---|---|
private static InstructionComparator |
Instruction.cmp |
static InstructionComparator |
InstructionComparator.DEFAULT |
Modifier and Type | Method and Description |
---|---|
static InstructionComparator |
Instruction.getComparator()
Get Comparator object used in the equals() method to determine
equality of instructions.
|
Modifier and Type | Method and Description |
---|---|
static void |
Instruction.setComparator(InstructionComparator c)
Set comparator to be used for equals().
|