Class PushinCollector

java.lang.Object
org.aspectj.ajdt.internal.compiler.lookup.PushinCollector

public class PushinCollector extends Object
Collects up information about the application of ITDs and relevant declares - it can then output source code as if those ITDs had been pushed in. Supports the simulated push-in of:
  • declare at_type
  • itd method
  • itd field
  • itd ctor
  • declare parents
Since:
1.6.9
Author:
Andy Clement