Uses of Interface
dev.civl.mc.model.IF.expression.SizeofExpression
Packages that use SizeofExpression
Package
Description
Module model defines a static model, i.e., the control flow graph, representation of a CIVL-C program.
-
Uses of SizeofExpression in dev.civl.mc.model.IF
Methods in dev.civl.mc.model.IF that return SizeofExpressionModifier and TypeMethodDescriptionModelFactory.sizeofExpressionExpression(CIVLSource source, Expression argument) Returns a new expression of the form "sizeof(e)" where is an expression.