Interface INameEnvironmentExtension

All Superinterfaces:
INameEnvironment
All Known Subinterfaces:
INameEnvironmentWithProgress
All Known Implementing Classes:
CancelableNameEnvironment

public interface INameEnvironmentExtension extends INameEnvironment
The name environment provides a callback API that the compiler can use to look up types, compilation units, and packages in the current environment. The name environment is passed to the compiler on creation. This name environment adds a method to switch on/off the search for secondary types. Refer findType(char[], char[][], boolean).