org.aspectj.weaver
Interface ICrossReferenceHandler


public interface ICrossReferenceHandler

Clients can pass a single cross-reference handler to the weaver on construction of a BcelWorld. Any cross-references detected during munging will be notified to the handler.


Method Summary
 void addCrossReference(ISourceLocation from, ISourceLocation to, java.lang.String kind, boolean runtimeTest)
           
 

Method Detail

addCrossReference

void addCrossReference(ISourceLocation from,
                       ISourceLocation to,
                       java.lang.String kind,
                       boolean runtimeTest)