Provides an easy way to collect diagnostics in a list.
Provides an easy way to collect diagnostics in a list.
(get-diagnostics this)
Gets a list view of diagnostics collected by this object.
returns: a list view of diagnostics - java.util.List<javax.tools.Diagnostic<? extends S>>
Gets a list view of diagnostics collected by this object. returns: a list view of diagnostics - `java.util.List<javax.tools.Diagnostic<? extends S>>`
(report this diagnostic)
Description copied from interface: DiagnosticListener
diagnostic - a diagnostic representing the problem that was found - javax.tools.Diagnostic
Description copied from interface: DiagnosticListener diagnostic - a diagnostic representing the problem that was found - `javax.tools.Diagnostic`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close