Package | Description |
---|---|
javax.tools |
Provides interfaces for tools which can be invoked from a program,
for example, compilers.
|
Modifier and Type | Method and Description |
---|---|
List<Diagnostic<? extends S>> |
DiagnosticCollector.getDiagnostics()
Gets a list view of diagnostics collected by this object.
|
Modifier and Type | Method and Description |
---|---|
void |
DiagnosticCollector.report(Diagnostic<? extends S> diagnostic) |
void |
DiagnosticListener.report(Diagnostic<? extends S> diagnostic)
Invoked when a problem is found.
|
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.