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