lingua-franca 0.10.1
Lingua Franca code generator
Loading...
Searching...
No Matches
org.lflang.generator.DiagnosticReporting.Strategy Interface Reference

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.

Detailed Description

A means of parsing the output of a validator.

Member Function Documentation

◆ report()

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.

Parameters
validationOutputany validation output
messageReporterany error reporter
mapthe map from generated files to CodeMaps

Implemented in org.lflang.generator.HumanReadableReportingStrategy.


The documentation for this interface was generated from the following file:
  • /Users/runner/work/lingua-franca/lingua-franca/core/src/main/java/org/lflang/generator/DiagnosticReporting.java