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 |
---|---|---|
protected ClassGen |
InstructionFactory.cg |
Modifier and Type | Method | Description |
---|---|---|
ClassGen |
InstructionFactory.getClassGen() |
Modifier and Type | Method | Description |
---|---|---|
void |
ClassObserver.notify(ClassGen clazz) |
|
void |
InstructionFactory.setClassGen(ClassGen c) |
Constructor | Description |
---|---|
InstructionFactory(ClassGen cg) |
Initialize with ClassGen object
|
InstructionFactory(ClassGen cg,
ConstantPoolGen cp) |