Package it.unive.lisa.program.language.parameterassignment
-
Interface Summary Interface Description ParameterAssigningStrategy A strategy for assigning parameters at call sites. -
Class Summary Class Description OrderPreservingAssigningStrategy A strategy that passes the parameters in the same order as they are specified.PythonLikeAssigningStrategy A Python-like assigning strategy.