7.1.1.2.1.1.1.9. pycropml.transpiler.generators.rGenerator module¶
-
class
pycropml.transpiler.generators.rGenerator.RCompo(tree, model=None, name=None)[source]¶ Bases:
pycropml.transpiler.generators.rGenerator.RGeneratorThis class used to generates states, rates and auxiliary classes for C# languages.
-
class
pycropml.transpiler.generators.rGenerator.RGenerator(tree, model=None, name=None)[source]¶ Bases:
pycropml.transpiler.codeGenerator.CodeGenerator,pycropml.transpiler.rules.rRules.RRulesThis class contains the specific properties of R language and use the NodeVisitor to generate a R code source from a well formed syntax tree.