Class CompilationAndWeavingContext

java.lang.Object
org.aspectj.bridge.context.CompilationAndWeavingContext

public class CompilationAndWeavingContext extends Object
This class is responsible for tracking progress through the various phases of compilation and weaving. When an exception occurs (or a message is issued, if desired), you can ask this class for a "stack trace" that gives information about what the compiler was doing at the time. The trace will say something like: "when matching pointcut xyz when matching shadow sss when weaving type ABC when weaving shadow mungers"