Class ShadowMunger

java.lang.Object
org.aspectj.weaver.ShadowMunger
All Implemented Interfaces:
PartialOrder.PartialComparable, IHasPosition
Direct Known Subclasses:
Advice, Checker

public abstract class ShadowMunger extends Object implements PartialOrder.PartialComparable, IHasPosition
For every shadow munger, nothing can be done with it until it is concretized. Then... (Then we call fast match.) For every shadow munger, for every shadow, first match is called, then (if match returned true) the shadow munger is specialized for the shadow, which may modify state. Then implement is called.