Package it.unive.lisa.program.cfg.statement.evaluation
-
Interface Summary Interface Description EvaluationOrder The order of evaluation of the sub-expressions of anNaryExpression
. -
Class Summary Class Description LeftToRightEvaluation A left-to-rightEvaluationOrder
, evaluating expressions in the given order.RightToLeftEvaluation A right-to-leftEvaluationOrder
, evaluating expressions in reversed order.