Uses of Interface
dev.civl.mc.model.IF.statement.WithStatement
Packages that use WithStatement
Package
Description
Module model defines a static model, i.e., the control flow graph, representation of a CIVL-C program.
-
Uses of WithStatement in dev.civl.mc.model.IF
Methods in dev.civl.mc.model.IF that return WithStatementModifier and TypeMethodDescriptionModelFactory.withStatement(CIVLSource source, Location srcLoc, Expression colStateExpr, CIVLFunction function) creates a new instance of $with statement.ModelFactory.withStatement(CIVLSource source, Location srcLoc, LHSExpression colStateExpr, boolean isEnter) creates a new instance of $with statement.