Uses of Class
org.aspectj.weaver.bcel.BcelTypeMunger

Packages that use BcelTypeMunger
org.aspectj.weaver.bcel   
 

Uses of BcelTypeMunger in org.aspectj.weaver.bcel
 

Subclasses of BcelTypeMunger in org.aspectj.weaver.bcel
 class BcelAccessForInlineMunger
          Looks for all access to method or field that are not public within the body of the around advices and replace the invocations to a wrapper call so that the around advice can further be inlined.
 class BcelCflowCounterFieldAdder
          This type munger will modify a given class (see the munge() method) to include a field representing a CflowCounter object.
 class BcelCflowStackFieldAdder
           
 class BcelPerClauseAspectAdder
          Adds aspectOf(), hasAspect() etc to the annotation defined aspects