![]() |
lingua-franca 0.10.1
Lingua Franca code generator
|
Generates code from your model files on save. More...
Inherits AbstractGenerator.
Public Member Functions | |
| void | doGenerate (Resource resource, IFileSystemAccess2 fsa, IGeneratorContext context) |
| boolean | errorsOccurred () |
| Return true if errors occurred in the last call to doGenerate(). | |
Static Public Member Functions | |
| static FileConfig | createFileConfig (Resource resource, Path srcGenBasePath, boolean useHierarchicalBin) |
| Create a target-specific FileConfig object. | |
Protected Attributes | |
| boolean | generatorErrorsOccurred = false |
Generates code from your model files on save.
|
static |
Create a target-specific FileConfig object.
| RuntimeException | If the file config could not be created properly |
| void org.lflang.generator.LFGenerator.doGenerate | ( | Resource | resource, |
| IFileSystemAccess2 | fsa, | ||
| IGeneratorContext | context ) |
| boolean org.lflang.generator.LFGenerator.errorsOccurred | ( | ) |
Return true if errors occurred in the last call to doGenerate().
|
protected |