as2fm.jani_generator.scxml_helpers.scxml_expression

Module producing jani expressions from ecmascript.

Functions

convert_array_access_to_length_access(jani_expr)

Substitute the array_access ('aa') expression to access the related array dimension variable.

get_array_length_var_name(array_name, dimension)

Generate the name of the variable holding the lengths for a specific dimension.

parse_ecmascript_to_jani_expression(...[, ...])

Parse ecmascript to jani expression.