Class BatchCompilerRequestor
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.batch.BatchCompilerRequestor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidacceptResult(CompilationResult compilationResult) Accept a compilation result.protected voidreportProblems(CompilationResult 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
-
BatchCompilerRequestor
-
-
Method Details
-
acceptResult
Description copied from interface:ICompilerRequestorAccept a compilation result.- Specified by:
acceptResultin interfaceICompilerRequestor
-
reportProblems
-