Class EclipseBatchRequestor
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.tool.EclipseBatchRequestor
- All Implemented Interfaces:
ICompilerRequestor
-
Constructor Summary
ConstructorsConstructorDescriptionEclipseBatchRequestor(Main compiler, DiagnosticListener<? super JavaFileObject> diagnosticListener, DefaultProblemFactory problemFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoidacceptResult(CompilationResult compilationResult) Accept a compilation result.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aspectj.org.eclipse.jdt.internal.compiler.ICompilerRequestor
endBatch, flushBatch, startBatch
-
Constructor Details
-
EclipseBatchRequestor
public EclipseBatchRequestor(Main compiler, DiagnosticListener<? super JavaFileObject> diagnosticListener, DefaultProblemFactory problemFactory)
-
-
Method Details
-
acceptResult
Description copied from interface:ICompilerRequestorAccept a compilation result.- Specified by:
acceptResultin interfaceICompilerRequestor
-