7.1.1.2.1.1.1.1. pycropml.transpiler.generators.checkGenerator module¶
-
class
pycropml.transpiler.generators.checkGenerator.CheckCompo(tree, model=None, name=None)[source]¶ Bases:
pycropml.transpiler.generators.checkGenerator.CheckGeneratorThis class used to generates states, rates and auxiliary classes for C# languages.
-
class
pycropml.transpiler.generators.checkGenerator.CheckGenerator(tree, model=None, name=None)[source]¶ Bases:
pycropml.transpiler.codeGenerator.CodeGenerator,pycropml.transpiler.rules.pythonRules.PythonRulesThis class contains the specific properties of python language and use the NodeVisitor to generate a python code source from a well formed syntax tree.