Class AsmManager

java.lang.Object
org.aspectj.asm.AsmManager
All Implemented Interfaces:
IStructureModel

public class AsmManager extends Object implements IStructureModel
The Abstract Structure Model (ASM) represents the containment hierarchy and crosscutting structure map for AspectJ programs. It is used by IDE views such as the document outline, and by other tools such as ajdoc to show both AspectJ declarations and crosscutting links, such as which advice affects which join point shadows.
Author:
Mik Kersten, Andy Clement