Interface AnonymousClassCreationListener

All Known Implementing Classes:
AjLookupEnvironment

public interface AnonymousClassCreationListener
Author:
colyer Callback interface implemented by clients that want to find out about anonymous types discovered during block resolution.
  • Method Details

    • anonymousTypeBindingCreated

      void anonymousTypeBindingCreated(LocalTypeBinding aBinding)