| 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.
|
| Modifier and Type | Field and Description |
|---|---|
static InstructionComparator |
InstructionComparator.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static InstructionComparator |
Instruction.getComparator()
Deprecated.
(6.0) use the built in comparator, or wrap this class in another object that implements these methods
|
| Modifier and Type | Method and 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
|
Copyright © 2004–2025 The Apache Software Foundation. All rights reserved.