Package | Description |
---|---|
com.sun.tools.javac.util |
Modifier and Type | Class and Description |
---|---|
static class |
Log.DeferredDiagnosticHandler
A DiagnosticHandler that can defer some or all diagnostics,
by buffering them for later examination and/or reporting.
|
static class |
Log.DiscardDiagnosticHandler
A DiagnosticHandler that discards all diagnostics.
|
Modifier and Type | Field and Description |
---|---|
protected Log.DiagnosticHandler |
Log.DiagnosticHandler.prev
The previously installed diagnostic handler.
|
Modifier and Type | Method and Description |
---|---|
void |
Log.popDiagnosticHandler(Log.DiagnosticHandler h)
Replace the specified diagnostic handler with the
handler that was current at the time this handler was created.
|
Copyright © 2017 earcam. All rights reserved.