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 |
---|---|
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–2022 The Apache Software Foundation. All rights reserved.