| Interface | Description |
|---|---|
| CompilerConfigurationChangeFlags |
Bit flags that can indicate what has changed in a configuration, see ICompilerConfiguration
|
| IStateListener |
Implementations of this interface get told interesting information about
decisions made in AjState objects.
|
| Class | Description |
|---|---|
| AbstractStateListener |
Subtypes can override whatever they want...
|
| AjBatchImageBuilder | |
| AjBuildConfig |
All configuration information needed to run the AspectJ compiler.
|
| AjBuildConfig.BinarySourceFile | |
| AjBuildManager | |
| AjBuildNotifier | |
| AjCompilerOptions |
Compiler options used by Eclipse integration (AJDT)
|
| AjIncrementalImageBuilder | |
| AjState |
Maintains state needed for incremental compilation
|
| AjState.SoftHashMap | |
| AsmElementFormatter | |
| AsmHierarchyBuilder |
At each iteration of
processCompilationUnit the declarations for a particular compilation unit are added to the
hierarchy passed as a a parameter. |
| AspectJBuilder | |
| CompactTypeStructureRepresentation |
Used to determine if a type has structurally changed during incremental compilation.
|
| EclipseAdapterUtils | |
| EclipseClassPathManager | |
| EclipseSourceContext | |
| EmacsStructureModelManager | |
| IncrementalStateManager |
Central point for all things incremental...
|
| StatefulNameEnvironment |