![]() |
lingua-franca 0.10.1
Lingua Franca code generator
|
A means of parsing the output of a validator. More...
Inherited by org.lflang.generator.HumanReadableReportingStrategy.
Public Member Functions | |
| void | report (String validationOutput, MessageReporter messageReporter, Map< Path, CodeMap > map) |
| Parse the validation output and report any errors that it contains. | |
A means of parsing the output of a validator.
| void org.lflang.generator.DiagnosticReporting.Strategy.report | ( | String | validationOutput, |
| MessageReporter | messageReporter, | ||
| Map< Path, CodeMap > | map ) |
Parse the validation output and report any errors that it contains.
| validationOutput | any validation output |
| messageReporter | any error reporter |
| map | the map from generated files to CodeMaps |
Implemented in org.lflang.generator.HumanReadableReportingStrategy.