Liking cljdoc? Tell your friends :D

javax.tools.DiagnosticCollector

Provides an easy way to collect diagnostics in a list.

Provides an easy way to collect diagnostics in a list.
raw docstring

->diagnostic-collectorclj

(->diagnostic-collector)

Constructor.

Constructor.
raw docstring

get-diagnosticsclj

(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>>`
raw docstring

reportclj

(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`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close