Package manifold.internal.javac
Interface IDeferredAttrDiagHandler
-
public interface IDeferredAttrDiagHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<com.sun.tools.javac.util.JCDiagnostic>getDiagnostics()voidreportDeferredDiagnostics()
-
-
-
Method Detail
-
getDiagnostics
Collection<com.sun.tools.javac.util.JCDiagnostic> getDiagnostics()
-
reportDeferredDiagnostics
void reportDeferredDiagnostics()
-
-