Class DefaultCompilerAdapter
java.lang.Object
org.aspectj.ajdt.internal.compiler.DefaultCompilerAdapter
- All Implemented Interfaces:
ICompilerAdapter
This DefaultCompilerAdapter preserves the original behaviour of the
JDT compiler.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidafterCompiling(CompilationUnitDeclaration[] units) voidvoidvoidafterProcessing(CompilationUnitDeclaration unit, int unitIndex) voidvoidafterResolving(CompilationUnitDeclaration unit, ICompilationUnit sourceUnit, boolean verifyMethods, boolean analyzeCode, boolean generateCode) voidvoidbeforeCompiling(ICompilationUnit[] sourceUnits) voidvoidvoidvoidbeforeResolving(CompilationUnitDeclaration unit, ICompilationUnit sourceUnit, boolean verifyMethods, boolean analyzeCode, boolean generateCode)
-
Constructor Details
-
DefaultCompilerAdapter
-
-
Method Details
-
beforeCompiling
- Specified by:
beforeCompilingin interfaceICompilerAdapter
-
afterCompiling
- Specified by:
afterCompilingin interfaceICompilerAdapter
-
beforeProcessing
- Specified by:
beforeProcessingin interfaceICompilerAdapter
-
afterProcessing
- Specified by:
afterProcessingin interfaceICompilerAdapter
-
beforeAnalysing
- Specified by:
beforeAnalysingin interfaceICompilerAdapter
-
beforeResolving
public void beforeResolving(CompilationUnitDeclaration unit, ICompilationUnit sourceUnit, boolean verifyMethods, boolean analyzeCode, boolean generateCode) -
afterResolving
public void afterResolving(CompilationUnitDeclaration unit, ICompilationUnit sourceUnit, boolean verifyMethods, boolean analyzeCode, boolean generateCode) -
beforeResolving
- Specified by:
beforeResolvingin interfaceICompilerAdapter
-
afterResolving
- Specified by:
afterResolvingin interfaceICompilerAdapter
-
afterAnalysing
- Specified by:
afterAnalysingin interfaceICompilerAdapter
-
beforeGenerating
- Specified by:
beforeGeneratingin interfaceICompilerAdapter
-
afterGenerating
- Specified by:
afterGeneratingin interfaceICompilerAdapter
-
afterDietParsing
- Specified by:
afterDietParsingin interfaceICompilerAdapter
-