| Interface | Description |
|---|---|
| CompilationResultDestinationManager |
acts as a bridge from ajde's OutputLocationManager interface to the compiler internals
|
| IBinarySourceProvider | |
| ICompilerAdapter |
An ICompilerAdapter will be called by the compiler at strategic
points during compilation, allowing the adapter to perform additional
processing as required.
|
| ICompilerAdapterFactory |
Factory for creating ICompilerAdapters according to some purpose
|
| IIntermediateResultsRequestor | |
| IOutputClassFileNameProvider |
| Class | Description |
|---|---|
| AbstractCompilerAdapter | |
| AjClassFile | |
| AjCompilerAdapter | |
| AjPipeliningCompilerAdapter |
Adapts standard JDT Compiler to add in AspectJ specific behaviours.
|
| ClassFileBasedByteCodeProvider | |
| CommonPrinter | |
| DefaultCompilerAdapter |
This DefaultCompilerAdapter preserves the original behaviour of the
JDT compiler.
|
| InterimCompilationResult |
Holds a compilation result produced by the Java compilation phase, ready for weaving in the weave phase.
|
| WeaverAdapter | |
| WeaverMessageHandler |