Uses of Interface
dev.civl.mc.model.IF.expression.DomainGuardExpression
Packages that use DomainGuardExpression
Package
Description
Module model defines a static model, i.e., the control flow graph, representation of a CIVL-C program.
-
Uses of DomainGuardExpression in dev.civl.mc.model.IF
Methods in dev.civl.mc.model.IF that return DomainGuardExpressionModifier and TypeMethodDescriptionModelFactory.domainGuard(CIVLSource source, List<Variable> vars, Variable counter, Expression domain) Returns a domain guard expression which is boolean expression whose arguments consists of loop variables in a CIVL$forloop and the original domain associate to the loop.