Uses of Interface
org.apache.bcel.generic.InstructionListObserver
Packages that use InstructionListObserver
Package
Description
This package contains the "generic" part of the
Byte Code Engineering
Library, i.e., classes to dynamically modify class objects and
byte code instructions.
-
Uses of InstructionListObserver in org.apache.bcel.generic
Fields in org.apache.bcel.generic with type parameters of type InstructionListObserverMethods in org.apache.bcel.generic with parameters of type InstructionListObserverModifier and TypeMethodDescriptionvoid
InstructionList.addObserver
(InstructionListObserver o) Add observer for this object.void
InstructionList.removeObserver
(InstructionListObserver o) Remove observer for this object.