Uses of Interface
org.apache.bcel.generic.InstructionListObserver
Package
Description
Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects
and byte code instructions.
-
Uses of InstructionListObserver in org.apache.bcel.generic
Modifier and TypeMethodDescriptionvoid
InstructionList.addObserver
(InstructionListObserver o) Add observer for this object.void
InstructionList.removeObserver
(InstructionListObserver o) Remove observer for this object.