Collection of functions to generate Python code to declare methods.
More...
|
| static String | generateMethod (Method method) |
| | Generate a Python method definition for method.
|
| static String | generateMethods (Reactor reactor) |
| | Generate methods for a reactor class.
|
Collection of functions to generate Python code to declare methods.
- Author
- Soroush Bateni
◆ generateMethod()
| String org.lflang.generator.python.PythonMethodGenerator.generateMethod |
( |
Method | method | ) |
|
|
static |
Generate a Python method definition for method.
◆ generateMethods()
| String org.lflang.generator.python.PythonMethodGenerator.generateMethods |
( |
Reactor | reactor | ) |
|
|
static |
Generate methods for a reactor class.
- Parameters
-
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/PythonMethodGenerator.java