Klasse AsmHierarchyBuilder

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.ASTVisitor
org.aspectj.ajdt.internal.core.builder.AsmHierarchyBuilder

public class AsmHierarchyBuilder extends ASTVisitor
At each iteration of processCompilationUnit the declarations for a particular compilation unit are added to the hierarchy passed as a a parameter.

Clients who extend this class need to ensure that they do not override any of the existing behavior. If they do, the structure model will not be built properly and tools such as IDE structure views and ajdoc will fail.

Note: this class is not considered public API and the overridable methods are subject to change.

Autor:
Mik Kersten