abc.aspectj.visit
Class AspectNameCollector

java.lang.Object
  extended by NodeVisitor
      extended by abc.aspectj.visit.AspectNameCollector

public class AspectNameCollector
extends NodeVisitor

Collects the names of all aspects to make them available to early phases that need them.

Author:
Aske Simon Christensen

Constructor Summary
AspectNameCollector(java.util.Collection aspect_names)
           
 
Method Summary
 NodeVisitor enter(Node n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AspectNameCollector

public AspectNameCollector(java.util.Collection aspect_names)
Method Detail

enter

public NodeVisitor enter(Node n)