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
Modifier and TypeMethodDescriptionvoid
addCrossReference
(ISourceLocation from, ISourceLocation to, String kind, boolean runtimeTest)
-
Method Details
-
addCrossReference
-