Package org.objectweb.speedo.generation.enhancer.common

Class Summary
AbstractEnhancerComponent Abstract enhancer component.
CodeRenamer Modifies instructions that reference the old class in order to use the new class name.
DuplicatedMethodVerifier Is a simple visitor verifying if duplicated method are generated.
InterfaceAgregatorVisitor This visistor records the interfaces specified during visits.
LoggedClassAdapter  
LoggedClassVisitor  
MergedClassModifier ASM visitor cleaning a visited class to merge to another: keep only one "class$" method rename a static section in order to agregate all at the end do not merge abstract method do not merge constructor do not merge this method
Util Utility class.
 

Exception Summary
SpeedoEnhancerException