Uses of Interface
dev.civl.mc.model.IF.expression.ArrayLambdaExpression
Packages that use ArrayLambdaExpression
Package
Description
Module model defines a static model, i.e., the control flow graph, representation of a CIVL-C program.
-
Uses of ArrayLambdaExpression in dev.civl.mc.model.IF
Methods in dev.civl.mc.model.IF that return ArrayLambdaExpressionModifier and TypeMethodDescriptionModelFactory.arrayLambdaExpression(CIVLSource source, CIVLArrayType arrayType, List<Pair<List<Variable>, Expression>> boundVariableList, Expression restriction, Expression expression) Creates a new array lambda expression.