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 |
---|---|
private java.util.List<InstructionListObserver> |
InstructionList.observers |
Modifier and Type | Method and Description |
---|---|
void |
InstructionList.addObserver(InstructionListObserver o)
Add observer for this object.
|
void |
InstructionList.removeObserver(InstructionListObserver o)
Remove observer for this object.
|