Generate Python code for state variables.
More...
Generate Python code for state variables.
◆ generatePythonInitializer()
| String org.lflang.generator.python.PythonStateGenerator.generatePythonInitializer |
( |
StateVar | state | ) |
|
|
static |
Handle initialization for state variable.
- Parameters
-
◆ generatePythonInstantiations()
| String org.lflang.generator.python.PythonStateGenerator.generatePythonInstantiations |
( |
ReactorDecl | decl | ) |
|
|
static |
Generate state variable instantiations for reactor "decl".
- Parameters
-
| decl | The reactor declaration to generate state variables. |
The documentation for this class was generated from the following file:
- /Users/runner/work/lingua-franca/lingua-franca/core/src/main/java/org/lflang/generator/python/PythonStateGenerator.java