| 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 |
|---|---|
protected ClassGen |
InstructionFactory.cg
Deprecated.
(since 6.0) will be made private; do not access directly, use getter/setter
|
| Modifier and Type | Method and Description |
|---|---|
ClassGen |
InstructionFactory.getClassGen() |
| Modifier and Type | Method and Description |
|---|---|
static BCELComparator<ClassGen> |
ClassGen.getComparator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassObserver.notify(ClassGen clazz) |
void |
InstructionFactory.setClassGen(ClassGen c) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ClassGen.setComparator(BCELComparator<ClassGen> comparator) |
| Constructor and Description |
|---|
InstructionFactory(ClassGen cg)
Initialize with ClassGen object
|
InstructionFactory(ClassGen cg,
ConstantPoolGen cp) |
Copyright © 2004–2025 The Apache Software Foundation. All rights reserved.