Class ProcessTaskManager
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.ProcessTaskManager
- All Implemented Interfaces:
AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()blocks until at least one CompilationUnitDeclaration can be returned or empty when no more elements can be expected
-
Constructor Details
-
ProcessTaskManager
-
-
Method Details
-
removeNextUnits
blocks until at least one CompilationUnitDeclaration can be returned or empty when no more elements can be expected- Throws:
ErrorAbortCompilation
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-