Class Diagnostics
java.lang.Object
liquidjava.diagnostics.Diagnostics
Singleton class to store diagnostics (errors and warnings) during the verification process
- See Also:
-
Method Summary
-
Method Details
-
getInstance
-
add
-
add
-
foundError
public boolean foundError() -
foundWarning
public boolean foundWarning() -
getErrors
-
getWarnings
-
clear
public void clear() -
getErrorOutput
-
getWarningOutput
-