12namespace expressions {
Represents an access to an array.
Represents an array of the given size, where the i'th entry is determined by the elementExpression,...
Represents an array with a given list of elements.
JaniReduceNestingExpressionVisitor()
virtual boost::any visit(ValueArrayExpression const &expression, boost::any const &data) override
virtual boost::any visit(IfThenElseExpression const &expression, boost::any const &data) override
Represents an array with a given list of elements.
storm::expressions::Expression reduceNestingInJaniExpression(storm::expressions::Expression const &expression)