Package | Description |
---|---|
org.apache.bcel.classfile |
This package contains the classes that describe the structure of a
Java class file and a class file parser.
|
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 | Method and Description |
---|---|
static BCELComparator |
Field.getComparator() |
static BCELComparator |
JavaClass.getComparator() |
static BCELComparator |
Constant.getComparator() |
static BCELComparator |
Method.getComparator() |
Modifier and Type | Method and Description |
---|---|
static void |
Field.setComparator(BCELComparator comparator) |
static void |
JavaClass.setComparator(BCELComparator comparator) |
static void |
Constant.setComparator(BCELComparator comparator) |
static void |
Method.setComparator(BCELComparator comparator) |
Modifier and Type | Method and Description |
---|---|
static BCELComparator |
MethodGen.getComparator() |
static BCELComparator |
ClassGen.getComparator() |
static BCELComparator |
FieldGen.getComparator() |
Modifier and Type | Method and Description |
---|---|
static void |
MethodGen.setComparator(BCELComparator comparator) |
static void |
ClassGen.setComparator(BCELComparator comparator) |
static void |
FieldGen.setComparator(BCELComparator comparator) |
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.