Uses of Interface
dev.civl.mc.model.IF.expression.CharLiteralExpression
Packages that use CharLiteralExpression
Package
Description
Module model defines a static model, i.e., the control flow graph, representation of a CIVL-C program.
-
Uses of CharLiteralExpression in dev.civl.mc.model.IF
Methods in dev.civl.mc.model.IF that return CharLiteralExpressionModifier and TypeMethodDescriptionModelFactory.charLiteralExpression(CIVLSource sourceOf, char value) Creates a character literal expression with the given character value.