Uses of Interface
org.apache.bcel.generic.InstructionListObserver
-
Packages that use InstructionListObserver Package Description org.apache.bcel.generic 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
Fields in org.apache.bcel.generic with type parameters of type InstructionListObserver Modifier and Type Field Description private java.util.List<InstructionListObserver>InstructionList. observersMethods in org.apache.bcel.generic with parameters of type InstructionListObserver Modifier and Type Method Description voidInstructionList. addObserver(InstructionListObserver o)Add observer for this object.voidInstructionList. removeObserver(InstructionListObserver o)Remove observer for this object.
-