Uses of Interface
dev.civl.mc.model.IF.expression.LambdaExpression
Packages that use LambdaExpression
Package
Description
Module model defines a static model, i.e., the control flow graph, representation of a CIVL-C program.
-
Uses of LambdaExpression in dev.civl.mc.model.IF
Methods in dev.civl.mc.model.IF that return LambdaExpressionModifier and TypeMethodDescriptionModelFactory.lambdaExpression(CIVLSource source, CIVLFunctionType functionType, Variable variable, Expression expression) Creates a new lambda expression.