Uses of Interface
org.aspectj.util.PartialOrder.PartialComparable

Packages that use PartialOrder.PartialComparable
org.aspectj.weaver   
org.aspectj.weaver.bcel   
 

Uses of PartialOrder.PartialComparable in org.aspectj.weaver
 

Classes in org.aspectj.weaver that implement PartialOrder.PartialComparable
 class Advice
           
 class Checker
          Representation of a shadow munger for a declare error or warning declaration.
 class ConcreteTypeMunger
           
 class ShadowMunger
          For every shadow munger, nothing can be done with it until it is concretized.
 class TemporaryTypeMunger
          Some methods need a temporary type munger (because ConcreteTypeMunger is abstract - dont ask...).
 

Uses of PartialOrder.PartialComparable in org.aspectj.weaver.bcel
 

Classes in org.aspectj.weaver.bcel that implement PartialOrder.PartialComparable
 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
 class BcelTypeMunger