软件包 | 描述 |
---|---|
javax.tools |
为可以从程序调用的工具提供接口,例如,编译器。
|
Modifier and Type | Method and Description |
---|---|
List<Diagnostic<? extends S>> |
DiagnosticCollector.getDiagnostics()
获取由该对象收集的诊断的列表视图。
|
Modifier and Type | Method and Description |
---|---|
void |
DiagnosticCollector.report(Diagnostic<? extends S> diagnostic) |
void |
DiagnosticListener.report(Diagnostic<? extends S> diagnostic)
当找到一个问题时调用。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.