Schnittstelle ICompilerAdapter
- Alle bekannten Implementierungsklassen:
AbstractCompilerAdapter,AjCompilerAdapter,AjPipeliningCompilerAdapter,DefaultCompilerAdapter
public interface ICompilerAdapter
An ICompilerAdapter will be called by the compiler at strategic
points during compilation, allowing the adapter to perform additional
processing as required.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidvoidafterCompiling(CompilationUnitDeclaration[] units) voidvoidvoidafterProcessing(CompilationUnitDeclaration unit, int unitIndex) voidvoidvoidbeforeCompiling(ICompilationUnit[] sourceUnits) voidvoidvoid
-
Methodendetails
-
afterDietParsing
-
beforeCompiling
-
afterCompiling
-
beforeProcessing
-
afterProcessing
-
beforeResolving
-
afterResolving
-
beforeAnalysing
-
afterAnalysing
-
beforeGenerating
-
afterGenerating
-