Uses of Interface
dev.civl.mc.model.IF.expression.BooleanLiteralExpression
Packages that use BooleanLiteralExpression
Package
Description
Module model defines a static model, i.e., the control flow graph, representation of a CIVL-C program.
-
Uses of BooleanLiteralExpression in dev.civl.mc.model.IF
Methods in dev.civl.mc.model.IF that return BooleanLiteralExpressionModifier and TypeMethodDescriptionModelFactory.booleanLiteralExpression(CIVLSource source, boolean value) A boolean literal expression.