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