![]() |
lingua-franca 0.10.1
Lingua Franca code generator
|
A record that ties a target property to a value obtained as a parameter to a compilation run. More...
Public Member Functions | |
| Argument (TargetProperty< T, ?> property, T value) | |
| void | update (TargetConfig config, MessageReporter reporter) |
| Update the target configuration if the value of this argument is not null. | |
A record that ties a target property to a value obtained as a parameter to a compilation run.
| property | A target property. |
| value | The value to assign to it. |
| org.lflang.generator.Argument< T >.Argument | ( | TargetProperty< T, ?> | property, |
| T | value ) |
| void org.lflang.generator.Argument< T >.update | ( | TargetConfig | config, |
| MessageReporter | reporter ) |
Update the target configuration if the value of this argument is not null.
| config | The target configuration to update. |
| reporter | An error reporter to report the use of unsupported target properties. |